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 GetApiKeyResultAbstractAmazonApiGateway. getApiKey(GetApiKeyRequest request)GetApiKeyResultAmazonApiGateway. getApiKey(GetApiKeyRequest getApiKeyRequest)Gets information about the current ApiKey resource.GetApiKeyResultAmazonApiGatewayClient. 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 GetApiKeyRequestGetApiKeyRequest. clone()GetApiKeyRequestGetApiKeyRequest. withApiKey(String apiKey)The identifier of the ApiKey resource.
-