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 GetApiKeysResultAbstractAmazonApiGateway. getApiKeys(GetApiKeysRequest request)GetApiKeysResultAmazonApiGateway. getApiKeys(GetApiKeysRequest getApiKeysRequest)Gets information about the current ApiKeys resource.GetApiKeysResultAmazonApiGatewayClient. 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 GetApiKeysResultGetApiKeysResult. clone()GetApiKeysResultGetApiKeysResult. withItems(ApiKey... items)GetApiKeysResultGetApiKeysResult. withItems(Collection<ApiKey> items)GetApiKeysResultGetApiKeysResult. withPosition(String position)
-