| 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 GetUsagePlanKeysResponse |
ApiGatewayClient.getUsagePlanKeys(GetUsagePlanKeysRequest getUsagePlanKeysRequest)
Gets all the usage plan keys representing the API keys added to a specified usage plan.
|
default CompletableFuture<GetUsagePlanKeysResponse> |
ApiGatewayAsyncClient.getUsagePlanKeys(GetUsagePlanKeysRequest getUsagePlanKeysRequest)
Gets all the usage plan keys representing the API keys added to a specified usage plan.
|
default GetUsagePlanKeysIterable |
ApiGatewayClient.getUsagePlanKeysPaginator(GetUsagePlanKeysRequest getUsagePlanKeysRequest)
Gets all the usage plan keys representing the API keys added to a specified usage plan.
|
default GetUsagePlanKeysPublisher |
ApiGatewayAsyncClient.getUsagePlanKeysPaginator(GetUsagePlanKeysRequest getUsagePlanKeysRequest)
Gets all the usage plan keys representing the API keys added to a specified usage plan.
|
| Constructor and Description |
|---|
GetUsagePlanKeysIterable(ApiGatewayClient client,
GetUsagePlanKeysRequest firstRequest) |
GetUsagePlanKeysPublisher(ApiGatewayAsyncClient client,
GetUsagePlanKeysRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetUsagePlanKeysRequestMarshaller.marshall(GetUsagePlanKeysRequest getUsagePlanKeysRequest) |
Copyright © 2023. All rights reserved.