Uses of Class
com.amazonaws.services.apigateway.model.UpdateApiKeyResult
Packages that use UpdateApiKeyResult
-
Uses of UpdateApiKeyResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return UpdateApiKeyResultModifier and TypeMethodDescriptionAbstractAmazonApiGateway.updateApiKey
(UpdateApiKeyRequest request) AmazonApiGateway.updateApiKey
(UpdateApiKeyRequest updateApiKeyRequest) Changes information about an ApiKey resource.AmazonApiGatewayClient.updateApiKey
(UpdateApiKeyRequest updateApiKeyRequest) Changes information about an ApiKey resource.Methods in com.amazonaws.services.apigateway that return types with arguments of type UpdateApiKeyResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.updateApiKeyAsync
(UpdateApiKeyRequest request) AbstractAmazonApiGatewayAsync.updateApiKeyAsync
(UpdateApiKeyRequest request, AsyncHandler<UpdateApiKeyRequest, UpdateApiKeyResult> asyncHandler) AmazonApiGatewayAsync.updateApiKeyAsync
(UpdateApiKeyRequest updateApiKeyRequest) Changes information about an ApiKey resource.AmazonApiGatewayAsync.updateApiKeyAsync
(UpdateApiKeyRequest updateApiKeyRequest, AsyncHandler<UpdateApiKeyRequest, UpdateApiKeyResult> asyncHandler) Changes information about an ApiKey resource.AmazonApiGatewayAsyncClient.updateApiKeyAsync
(UpdateApiKeyRequest request) AmazonApiGatewayAsyncClient.updateApiKeyAsync
(UpdateApiKeyRequest request, AsyncHandler<UpdateApiKeyRequest, UpdateApiKeyResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateApiKeyResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.updateApiKeyAsync
(UpdateApiKeyRequest request, AsyncHandler<UpdateApiKeyRequest, UpdateApiKeyResult> asyncHandler) AmazonApiGatewayAsync.updateApiKeyAsync
(UpdateApiKeyRequest updateApiKeyRequest, AsyncHandler<UpdateApiKeyRequest, UpdateApiKeyResult> asyncHandler) Changes information about an ApiKey resource.AmazonApiGatewayAsyncClient.updateApiKeyAsync
(UpdateApiKeyRequest request, AsyncHandler<UpdateApiKeyRequest, UpdateApiKeyResult> asyncHandler) -
Uses of UpdateApiKeyResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateApiKeyResultModifier and TypeMethodDescriptionUpdateApiKeyResult.clone()
UpdateApiKeyResult.withCreatedDate
(Date createdDate) The date when the API Key was created, in ISO 8601 format.UpdateApiKeyResult.withDescription
(String description) The description of the API Key.UpdateApiKeyResult.withEnabled
(Boolean enabled) Specifies whether the API Key can be used by callers.The identifier of the API Key.UpdateApiKeyResult.withLastUpdatedDate
(Date lastUpdatedDate) When the API Key was last updated, in ISO 8601 format.The name of the API Key.UpdateApiKeyResult.withStageKeys
(String... stageKeys) UpdateApiKeyResult.withStageKeys
(Collection<String> stageKeys)