| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetUsagePlanKeysResponse |
ApiGatewayClient.getUsagePlanKeys(Consumer<GetUsagePlanKeysRequest.Builder> getUsagePlanKeysRequest)
Gets all the usage plan keys representing the API keys added to a specified usage plan.
|
default GetUsagePlanKeysResponse |
ApiGatewayClient.getUsagePlanKeys(GetUsagePlanKeysRequest getUsagePlanKeysRequest)
Gets all the usage plan keys representing the API keys added to a specified usage plan.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetUsagePlanKeysResponse> |
ApiGatewayAsyncClient.getUsagePlanKeys(Consumer<GetUsagePlanKeysRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetUsagePlanKeysResponse> |
GetUsagePlanKeysIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetUsagePlanKeysPublisher.subscribe(org.reactivestreams.Subscriber<? super GetUsagePlanKeysResponse> subscriber) |
Copyright © 2023. All rights reserved.