Uses of Class
software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest
Packages that use GetUsagePlanKeysRequest
Package
Description
-
Uses of GetUsagePlanKeysRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetUsagePlanKeysRequestModifier and TypeMethodDescriptionApiGatewayAsyncClient.getUsagePlanKeys(GetUsagePlanKeysRequest getUsagePlanKeysRequest) Gets all the usage plan keys representing the API keys added to a specified usage plan.default GetUsagePlanKeysResponseApiGatewayClient.getUsagePlanKeys(GetUsagePlanKeysRequest getUsagePlanKeysRequest) Gets all the usage plan keys representing the API keys added to a specified usage plan.default GetUsagePlanKeysPublisherApiGatewayAsyncClient.getUsagePlanKeysPaginator(GetUsagePlanKeysRequest getUsagePlanKeysRequest) This is a variant ofApiGatewayAsyncClient.getUsagePlanKeys(software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest)operation.default GetUsagePlanKeysIterableApiGatewayClient.getUsagePlanKeysPaginator(GetUsagePlanKeysRequest getUsagePlanKeysRequest) This is a variant ofApiGatewayClient.getUsagePlanKeys(software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest)operation. -
Uses of GetUsagePlanKeysRequest in software.amazon.awssdk.services.apigateway.paginators
Constructors in software.amazon.awssdk.services.apigateway.paginators with parameters of type GetUsagePlanKeysRequestModifierConstructorDescriptionGetUsagePlanKeysIterable(ApiGatewayClient client, GetUsagePlanKeysRequest firstRequest) GetUsagePlanKeysPublisher(ApiGatewayAsyncClient client, GetUsagePlanKeysRequest firstRequest) -
Uses of GetUsagePlanKeysRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetUsagePlanKeysRequestModifier and TypeMethodDescriptionGetUsagePlanKeysRequestMarshaller.marshall(GetUsagePlanKeysRequest getUsagePlanKeysRequest)