| Package | Description |
|---|---|
| com.amazonaws.services.apigateway | |
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonApiGateway.flushStageCache(FlushStageCacheRequest flushStageCacheRequest)
Flushes a stage's cache.
|
void |
AbstractAmazonApiGateway.flushStageCache(FlushStageCacheRequest request) |
void |
AmazonApiGatewayClient.flushStageCache(FlushStageCacheRequest flushStageCacheRequest)
Flushes a stage's cache.
|
Future<Void> |
AmazonApiGatewayAsync.flushStageCacheAsync(FlushStageCacheRequest flushStageCacheRequest)
Flushes a stage's cache.
|
Future<Void> |
AbstractAmazonApiGatewayAsync.flushStageCacheAsync(FlushStageCacheRequest request) |
Future<Void> |
AmazonApiGatewayAsyncClient.flushStageCacheAsync(FlushStageCacheRequest request) |
Future<Void> |
AmazonApiGatewayAsync.flushStageCacheAsync(FlushStageCacheRequest flushStageCacheRequest,
AsyncHandler<FlushStageCacheRequest,Void> asyncHandler)
Flushes a stage's cache.
|
Future<Void> |
AbstractAmazonApiGatewayAsync.flushStageCacheAsync(FlushStageCacheRequest request,
AsyncHandler<FlushStageCacheRequest,Void> asyncHandler) |
Future<Void> |
AmazonApiGatewayAsyncClient.flushStageCacheAsync(FlushStageCacheRequest request,
AsyncHandler<FlushStageCacheRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonApiGatewayAsync.flushStageCacheAsync(FlushStageCacheRequest flushStageCacheRequest,
AsyncHandler<FlushStageCacheRequest,Void> asyncHandler)
Flushes a stage's cache.
|
Future<Void> |
AbstractAmazonApiGatewayAsync.flushStageCacheAsync(FlushStageCacheRequest request,
AsyncHandler<FlushStageCacheRequest,Void> asyncHandler) |
Future<Void> |
AmazonApiGatewayAsyncClient.flushStageCacheAsync(FlushStageCacheRequest request,
AsyncHandler<FlushStageCacheRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
FlushStageCacheRequest |
FlushStageCacheRequest.clone() |
FlushStageCacheRequest |
FlushStageCacheRequest.withRestApiId(String restApiId)
The API identifier of the stage to flush its cache.
|
FlushStageCacheRequest |
FlushStageCacheRequest.withStageName(String stageName)
The name of the stage to flush its cache.
|
Copyright © 2015. All rights reserved.