| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.paginators | |
| software.amazon.awssdk.services.apigateway.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetUsagePlansResponse |
ApiGatewayClient.getUsagePlans(GetUsagePlansRequest 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.
|
default GetUsagePlansIterable |
ApiGatewayClient.getUsagePlansPaginator(GetUsagePlansRequest getUsagePlansRequest)
Gets all the usage plans of the caller's account.
|
default GetUsagePlansPublisher |
ApiGatewayAsyncClient.getUsagePlansPaginator(GetUsagePlansRequest getUsagePlansRequest)
Gets all the usage plans of the caller's account.
|
| Constructor and Description |
|---|
GetUsagePlansIterable(ApiGatewayClient client,
GetUsagePlansRequest firstRequest) |
GetUsagePlansPublisher(ApiGatewayAsyncClient client,
GetUsagePlansRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetUsagePlansRequestMarshaller.marshall(GetUsagePlansRequest getUsagePlansRequest) |
Copyright © 2023. All rights reserved.