Uses of Class
software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse
-
Packages that use GetUsagePlanResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of GetUsagePlanResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetUsagePlanResponse Modifier and Type Method Description default GetUsagePlanResponseApiGatewayClient. getUsagePlan(Consumer<GetUsagePlanRequest.Builder> getUsagePlanRequest)Gets a usage plan of a given plan identifier.default GetUsagePlanResponseApiGatewayClient. getUsagePlan(GetUsagePlanRequest getUsagePlanRequest)Gets a usage plan of a given plan identifier.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetUsagePlanResponse Modifier and Type Method Description default CompletableFuture<GetUsagePlanResponse>ApiGatewayAsyncClient. getUsagePlan(Consumer<GetUsagePlanRequest.Builder> getUsagePlanRequest)Gets a usage plan of a given plan identifier.default CompletableFuture<GetUsagePlanResponse>ApiGatewayAsyncClient. getUsagePlan(GetUsagePlanRequest getUsagePlanRequest)Gets a usage plan of a given plan identifier.
-