| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetUsageResponse |
ApiGatewayClient.getUsage(Consumer<GetUsageRequest.Builder> getUsageRequest)
Gets the usage data of a usage plan in a specified time interval.
|
default GetUsageResponse |
ApiGatewayClient.getUsage(GetUsageRequest getUsageRequest)
Gets the usage data of a usage plan in a specified time interval.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetUsageResponse> |
ApiGatewayAsyncClient.getUsage(Consumer<GetUsageRequest.Builder> getUsageRequest)
Gets the usage data of a usage plan in a specified time interval.
|
default CompletableFuture<GetUsageResponse> |
ApiGatewayAsyncClient.getUsage(GetUsageRequest getUsageRequest)
Gets the usage data of a usage plan in a specified time interval.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetUsageResponse> |
GetUsageIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetUsagePublisher.subscribe(org.reactivestreams.Subscriber<? super GetUsageResponse> subscriber) |
Copyright © 2023. All rights reserved.