Uses of Class
software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest
Packages that use GetApiKeysRequest
Package
Description
-
Uses of GetApiKeysRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetApiKeysRequestModifier and TypeMethodDescriptiondefault CompletableFuture<GetApiKeysResponse>ApiGatewayAsyncClient.getApiKeys(GetApiKeysRequest getApiKeysRequest) Gets information about the current ApiKeys resource.default GetApiKeysResponseApiGatewayClient.getApiKeys(GetApiKeysRequest getApiKeysRequest) Gets information about the current ApiKeys resource.default GetApiKeysPublisherApiGatewayAsyncClient.getApiKeysPaginator(GetApiKeysRequest getApiKeysRequest) This is a variant ofApiGatewayAsyncClient.getApiKeys(software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest)operation.default GetApiKeysIterableApiGatewayClient.getApiKeysPaginator(GetApiKeysRequest getApiKeysRequest) This is a variant ofApiGatewayClient.getApiKeys(software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest)operation. -
Uses of GetApiKeysRequest in software.amazon.awssdk.services.apigateway.paginators
Constructors in software.amazon.awssdk.services.apigateway.paginators with parameters of type GetApiKeysRequestModifierConstructorDescriptionGetApiKeysIterable(ApiGatewayClient client, GetApiKeysRequest firstRequest) GetApiKeysPublisher(ApiGatewayAsyncClient client, GetApiKeysRequest firstRequest) -
Uses of GetApiKeysRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetApiKeysRequestModifier and TypeMethodDescriptionGetApiKeysRequestMarshaller.marshall(GetApiKeysRequest getApiKeysRequest)