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