Uses of Class
software.amazon.awssdk.services.apigateway.model.GetUsagePlansResponse
-
Packages that use GetUsagePlansResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.paginators -
-
Uses of GetUsagePlansResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetUsagePlansResponse Modifier and Type Method Description default GetUsagePlansResponseApiGatewayClient. getUsagePlans()Gets all the usage plans of the caller's account.default GetUsagePlansResponseApiGatewayClient. getUsagePlans(Consumer<GetUsagePlansRequest.Builder> getUsagePlansRequest)Gets all the usage plans of the caller's account.default GetUsagePlansResponseApiGatewayClient. getUsagePlans(GetUsagePlansRequest getUsagePlansRequest)Gets all the usage plans of the caller's account.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetUsagePlansResponse Modifier and Type Method Description default CompletableFuture<GetUsagePlansResponse>ApiGatewayAsyncClient. getUsagePlans()Gets all the usage plans of the caller's account.default CompletableFuture<GetUsagePlansResponse>ApiGatewayAsyncClient. getUsagePlans(Consumer<GetUsagePlansRequest.Builder> getUsagePlansRequest)Gets all the usage plans of the caller's account.default CompletableFuture<GetUsagePlansResponse>ApiGatewayAsyncClient. getUsagePlans(GetUsagePlansRequest getUsagePlansRequest)Gets all the usage plans of the caller's account. -
Uses of GetUsagePlansResponse in software.amazon.awssdk.services.apigateway.paginators
Methods in software.amazon.awssdk.services.apigateway.paginators that return types with arguments of type GetUsagePlansResponse Modifier and Type Method Description Iterator<GetUsagePlansResponse>GetUsagePlansIterable. iterator()Method parameters in software.amazon.awssdk.services.apigateway.paginators with type arguments of type GetUsagePlansResponse Modifier and Type Method Description voidGetUsagePlansPublisher. subscribe(org.reactivestreams.Subscriber<? super GetUsagePlansResponse> subscriber)
-