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