| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetUsageResult |
AbstractAmazonApiGateway.getUsage(GetUsageRequest request) |
GetUsageResult |
AmazonApiGatewayClient.getUsage(GetUsageRequest request)
Gets the usage data of a usage plan in a specified time interval.
|
GetUsageResult |
AmazonApiGateway.getUsage(GetUsageRequest getUsageRequest)
Gets the usage data of a usage plan in a specified time interval.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetUsageResult> |
AbstractAmazonApiGatewayAsync.getUsageAsync(GetUsageRequest request) |
Future<GetUsageResult> |
AmazonApiGatewayAsyncClient.getUsageAsync(GetUsageRequest request) |
Future<GetUsageResult> |
AmazonApiGatewayAsync.getUsageAsync(GetUsageRequest getUsageRequest)
Gets the usage data of a usage plan in a specified time interval.
|
Future<GetUsageResult> |
AbstractAmazonApiGatewayAsync.getUsageAsync(GetUsageRequest request,
AsyncHandler<GetUsageRequest,GetUsageResult> asyncHandler) |
Future<GetUsageResult> |
AmazonApiGatewayAsyncClient.getUsageAsync(GetUsageRequest request,
AsyncHandler<GetUsageRequest,GetUsageResult> asyncHandler) |
Future<GetUsageResult> |
AmazonApiGatewayAsync.getUsageAsync(GetUsageRequest getUsageRequest,
AsyncHandler<GetUsageRequest,GetUsageResult> asyncHandler)
Gets the usage data of a usage plan in a specified time interval.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetUsageResult> |
AbstractAmazonApiGatewayAsync.getUsageAsync(GetUsageRequest request,
AsyncHandler<GetUsageRequest,GetUsageResult> asyncHandler) |
Future<GetUsageResult> |
AmazonApiGatewayAsyncClient.getUsageAsync(GetUsageRequest request,
AsyncHandler<GetUsageRequest,GetUsageResult> asyncHandler) |
Future<GetUsageResult> |
AmazonApiGatewayAsync.getUsageAsync(GetUsageRequest getUsageRequest,
AsyncHandler<GetUsageRequest,GetUsageResult> asyncHandler)
Gets the usage data of a usage plan in a specified time interval.
|
| Modifier and Type | Method and Description |
|---|---|
GetUsageResult |
GetUsageResult.addItemsEntry(String key,
List<List<Long>> value)
Add a single Items entry
|
GetUsageResult |
GetUsageResult.clearItemsEntries()
Removes all the entries added into Items.
|
GetUsageResult |
GetUsageResult.clone() |
GetUsageResult |
GetUsageResult.withEndDate(String endDate)
The ending date of the usage data.
|
GetUsageResult |
GetUsageResult.withItems(Map<String,List<List<Long>>> items)
The usage data, as daily logs of used and remaining quotas, over the specified time interval indexed over the API
keys in a usage plan.
|
GetUsageResult |
GetUsageResult.withPosition(String position) |
GetUsageResult |
GetUsageResult.withStartDate(String startDate)
The starting date of the usage data.
|
GetUsageResult |
GetUsageResult.withUsagePlanId(String usagePlanId)
The plan Id associated with this usage data.
|
Copyright © 2024. All rights reserved.