Uses of Class
com.amazonaws.services.apigateway.model.GetApiKeysResult
-
Packages that use GetApiKeysResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetApiKeysResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetApiKeysResult Modifier and Type Method Description GetApiKeysResult
AbstractAmazonApiGateway. getApiKeys(GetApiKeysRequest request)
GetApiKeysResult
AmazonApiGateway. getApiKeys(GetApiKeysRequest getApiKeysRequest)
Gets information about the current ApiKeys resource.GetApiKeysResult
AmazonApiGatewayClient. getApiKeys(GetApiKeysRequest getApiKeysRequest)
Gets information about the current ApiKeys resource.Method parameters in com.amazonaws.services.apigateway with type arguments of type GetApiKeysResult Modifier and Type Method Description Future<GetApiKeysResult>
AbstractAmazonApiGatewayAsync. getApiKeysAsync(GetApiKeysRequest request, AsyncHandler<GetApiKeysRequest,GetApiKeysResult> asyncHandler)
Future<GetApiKeysResult>
AmazonApiGatewayAsync. getApiKeysAsync(GetApiKeysRequest getApiKeysRequest, AsyncHandler<GetApiKeysRequest,GetApiKeysResult> asyncHandler)
Gets information about the current ApiKeys resource.Future<GetApiKeysResult>
AmazonApiGatewayAsyncClient. getApiKeysAsync(GetApiKeysRequest request, AsyncHandler<GetApiKeysRequest,GetApiKeysResult> asyncHandler)
-
Uses of GetApiKeysResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetApiKeysResult Modifier and Type Method Description GetApiKeysResult
GetApiKeysResult. clone()
GetApiKeysResult
GetApiKeysResult. withItems(ApiKey... items)
GetApiKeysResult
GetApiKeysResult. withItems(Collection<ApiKey> items)
GetApiKeysResult
GetApiKeysResult. withPosition(String position)
-