Uses of Class
software.amazon.awssdk.services.apigateway.model.GetUsageResponse
-
Packages that use GetUsageResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.paginators -
-
Uses of GetUsageResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetUsageResponse Modifier and Type Method Description default GetUsageResponseApiGatewayClient. getUsage(Consumer<GetUsageRequest.Builder> 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.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetUsageResponse Modifier and Type Method Description default CompletableFuture<GetUsageResponse>ApiGatewayAsyncClient. getUsage(Consumer<GetUsageRequest.Builder> getUsageRequest)Gets the usage data of a usage plan in a specified time interval.default CompletableFuture<GetUsageResponse>ApiGatewayAsyncClient. getUsage(GetUsageRequest getUsageRequest)Gets the usage data of a usage plan in a specified time interval. -
Uses of GetUsageResponse in software.amazon.awssdk.services.apigateway.paginators
Methods in software.amazon.awssdk.services.apigateway.paginators that return types with arguments of type GetUsageResponse Modifier and Type Method Description Iterator<GetUsageResponse>GetUsageIterable. iterator()Method parameters in software.amazon.awssdk.services.apigateway.paginators with type arguments of type GetUsageResponse Modifier and Type Method Description voidGetUsagePublisher. subscribe(org.reactivestreams.Subscriber<? super GetUsageResponse> subscriber)
-