Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
PutRestApiResult |
AbstractAmazonApiGateway.putRestApi(PutRestApiRequest request) |
PutRestApiResult |
AmazonApiGatewayClient.putRestApi(PutRestApiRequest putRestApiRequest)
A feature of the Amazon API Gateway control service for updating an
existing API with an input of external API definitions.
|
PutRestApiResult |
AmazonApiGateway.putRestApi(PutRestApiRequest putRestApiRequest)
A feature of the Amazon API Gateway control service for updating an
existing API with an input of external API definitions.
|
Modifier and Type | Method and Description |
---|---|
Future<PutRestApiResult> |
AmazonApiGatewayAsyncClient.putRestApiAsync(PutRestApiRequest request) |
Future<PutRestApiResult> |
AmazonApiGatewayAsync.putRestApiAsync(PutRestApiRequest putRestApiRequest)
A feature of the Amazon API Gateway control service for updating an
existing API with an input of external API definitions.
|
Future<PutRestApiResult> |
AbstractAmazonApiGatewayAsync.putRestApiAsync(PutRestApiRequest request) |
Future<PutRestApiResult> |
AmazonApiGatewayAsyncClient.putRestApiAsync(PutRestApiRequest request,
AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler) |
Future<PutRestApiResult> |
AmazonApiGatewayAsync.putRestApiAsync(PutRestApiRequest putRestApiRequest,
AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler)
A feature of the Amazon API Gateway control service for updating an
existing API with an input of external API definitions.
|
Future<PutRestApiResult> |
AbstractAmazonApiGatewayAsync.putRestApiAsync(PutRestApiRequest request,
AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<PutRestApiResult> |
AmazonApiGatewayAsyncClient.putRestApiAsync(PutRestApiRequest request,
AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler) |
Future<PutRestApiResult> |
AmazonApiGatewayAsync.putRestApiAsync(PutRestApiRequest putRestApiRequest,
AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler)
A feature of the Amazon API Gateway control service for updating an
existing API with an input of external API definitions.
|
Future<PutRestApiResult> |
AbstractAmazonApiGatewayAsync.putRestApiAsync(PutRestApiRequest request,
AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
PutRestApiResult |
PutRestApiResult.clone() |
PutRestApiResult |
PutRestApiResult.withCreatedDate(Date createdDate)
The date when the API was created, in ISO 8601 format.
|
PutRestApiResult |
PutRestApiResult.withDescription(String description)
The API's description.
|
PutRestApiResult |
PutRestApiResult.withId(String id)
The API's identifier.
|
PutRestApiResult |
PutRestApiResult.withName(String name)
The API's name.
|
PutRestApiResult |
PutRestApiResult.withWarnings(Collection<String> warnings) |
PutRestApiResult |
PutRestApiResult.withWarnings(String... warnings)
NOTE: This method appends the values to the existing list (if
any).
|
Copyright © 2018. All rights reserved.