Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
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.
|
PutRestApiResult |
AbstractAmazonApiGateway.putRestApi(PutRestApiRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<PutRestApiResult> |
AmazonApiGatewayAsyncClient.putRestApiAsync(PutRestApiRequest request) |
java.util.concurrent.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.
|
java.util.concurrent.Future<PutRestApiResult> |
AbstractAmazonApiGatewayAsync.putRestApiAsync(PutRestApiRequest request) |
java.util.concurrent.Future<PutRestApiResult> |
AmazonApiGatewayAsyncClient.putRestApiAsync(PutRestApiRequest request,
AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<PutRestApiResult> |
AbstractAmazonApiGatewayAsync.putRestApiAsync(PutRestApiRequest request,
AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<PutRestApiResult> |
AmazonApiGatewayAsyncClient.putRestApiAsync(PutRestApiRequest request,
AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<PutRestApiResult> |
AbstractAmazonApiGatewayAsync.putRestApiAsync(PutRestApiRequest request,
AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
PutRestApiResult |
PutRestApiResult.clone() |
PutRestApiResult |
PutRestApiResult.withCreatedDate(java.util.Date createdDate)
The date when the API was created, in ISO 8601 format.
|
PutRestApiResult |
PutRestApiResult.withDescription(java.lang.String description)
The API's description.
|
PutRestApiResult |
PutRestApiResult.withId(java.lang.String id)
The API's identifier.
|
PutRestApiResult |
PutRestApiResult.withName(java.lang.String name)
The API's name.
|
PutRestApiResult |
PutRestApiResult.withWarnings(java.util.Collection<java.lang.String> warnings) |
PutRestApiResult |
PutRestApiResult.withWarnings(java.lang.String... warnings)
NOTE: This method appends the values to the existing list (if
any).
|
Modifier and Type | Method and Description |
---|---|
PutRestApiResult |
PutRestApiResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |