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