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