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 UpdateApiKeyResultAbstractAmazonApiGateway. updateApiKey(UpdateApiKeyRequest request)UpdateApiKeyResultAmazonApiGateway. updateApiKey(UpdateApiKeyRequest updateApiKeyRequest)Changes information about an ApiKey resource.UpdateApiKeyResultAmazonApiGatewayClient. 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 UpdateApiKeyResultUpdateApiKeyResult. clone()UpdateApiKeyResultUpdateApiKeyResult. withCreatedDate(Date createdDate)The date when the API Key was created, in ISO 8601 format.UpdateApiKeyResultUpdateApiKeyResult. withDescription(String description)The description of the API Key.UpdateApiKeyResultUpdateApiKeyResult. withEnabled(Boolean enabled)Specifies whether the API Key can be used by callers.UpdateApiKeyResultUpdateApiKeyResult. withId(String id)The identifier of the API Key.UpdateApiKeyResultUpdateApiKeyResult. withLastUpdatedDate(Date lastUpdatedDate)When the API Key was last updated, in ISO 8601 format.UpdateApiKeyResultUpdateApiKeyResult. withName(String name)The name of the API Key.UpdateApiKeyResultUpdateApiKeyResult. withStageKeys(String... stageKeys)UpdateApiKeyResultUpdateApiKeyResult. withStageKeys(Collection<String> stageKeys)
-