Uses of Class
com.amazonaws.services.apigateway.model.GetApiKeyRequest
Packages that use GetApiKeyRequest
-
Uses of GetApiKeyRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type GetApiKeyRequestModifier 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.AbstractAmazonApiGatewayAsync.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 GetApiKeyRequestModifier 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 GetApiKeyRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetApiKeyRequestModifier and TypeMethodDescriptionGetApiKeyRequest.clone()
GetApiKeyRequest.withApiKey
(String apiKey) The identifier of the ApiKey resource.