Uses of Class
software.amazon.awssdk.services.apigateway.model.GetUsageRequest
Packages that use GetUsageRequest
Package
Description
-
Uses of GetUsageRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetUsageRequestModifier and TypeMethodDescriptiondefault CompletableFuture<GetUsageResponse>ApiGatewayAsyncClient.getUsage(GetUsageRequest getUsageRequest) Gets the usage data of a usage plan in a specified time interval.default GetUsageResponseApiGatewayClient.getUsage(GetUsageRequest getUsageRequest) Gets the usage data of a usage plan in a specified time interval.default GetUsagePublisherApiGatewayAsyncClient.getUsagePaginator(GetUsageRequest getUsageRequest) This is a variant ofApiGatewayAsyncClient.getUsage(software.amazon.awssdk.services.apigateway.model.GetUsageRequest)operation.default GetUsageIterableApiGatewayClient.getUsagePaginator(GetUsageRequest getUsageRequest) This is a variant ofApiGatewayClient.getUsage(software.amazon.awssdk.services.apigateway.model.GetUsageRequest)operation. -
Uses of GetUsageRequest in software.amazon.awssdk.services.apigateway.paginators
Constructors in software.amazon.awssdk.services.apigateway.paginators with parameters of type GetUsageRequestModifierConstructorDescriptionGetUsageIterable(ApiGatewayClient client, GetUsageRequest firstRequest) GetUsagePublisher(ApiGatewayAsyncClient client, GetUsageRequest firstRequest) -
Uses of GetUsageRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetUsageRequestModifier and TypeMethodDescriptionGetUsageRequestMarshaller.marshall(GetUsageRequest getUsageRequest)