| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetUsagePlansResponse |
ApiGatewayClient.getUsagePlans()
Gets all the usage plans of the caller's account.
|
default GetUsagePlansResponse |
ApiGatewayClient.getUsagePlans(Consumer<GetUsagePlansRequest.Builder> getUsagePlansRequest)
Gets all the usage plans of the caller's account.
|
default GetUsagePlansResponse |
ApiGatewayClient.getUsagePlans(GetUsagePlansRequest getUsagePlansRequest)
Gets all the usage plans of the caller's account.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetUsagePlansResponse> |
GetUsagePlansIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetUsagePlansPublisher.subscribe(org.reactivestreams.Subscriber<? super GetUsagePlansResponse> subscriber) |
Copyright © 2023. All rights reserved.