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) |
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 |
---|---|
PutRestApiRequest |
PutRestApiRequest.addParametersEntry(java.lang.String key,
java.lang.String value) |
PutRestApiRequest |
PutRestApiRequest.clearParametersEntries()
Removes all the entries added into Parameters.
|
PutRestApiRequest |
PutRestApiRequest.clone() |
PutRestApiRequest |
PutRestApiRequest.withBody(java.nio.ByteBuffer body)
The PUT request body containing external API definitions.
|
PutRestApiRequest |
PutRestApiRequest.withFailOnWarnings(java.lang.Boolean failOnWarnings)
A query parameter to indicate whether to rollback the API update (
true ) or not (false ) when a warning is
encountered. |
PutRestApiRequest |
PutRestApiRequest.withMode(PutMode mode)
The
mode query parameter to specify the update mode. |
PutRestApiRequest |
PutRestApiRequest.withMode(java.lang.String mode)
The
mode query parameter to specify the update mode. |
PutRestApiRequest |
PutRestApiRequest.withParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
Custom headers supplied as part of the request.
|
PutRestApiRequest |
PutRestApiRequest.withRestApiId(java.lang.String restApiId)
The identifier of the RestApi to be updated.
|
Modifier and Type | Method and Description |
---|---|
Request<PutRestApiRequest> |
PutRestApiRequestMarshaller.marshall(PutRestApiRequest putRestApiRequest) |
Modifier and Type | Method and Description |
---|---|
Request<PutRestApiRequest> |
PutRestApiRequestMarshaller.marshall(PutRestApiRequest putRestApiRequest) |