Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
UpdateRestApiResult |
AmazonApiGatewayClient.updateRestApi(UpdateRestApiRequest updateRestApiRequest)
Changes information about the specified API.
|
UpdateRestApiResult |
AmazonApiGateway.updateRestApi(UpdateRestApiRequest updateRestApiRequest)
Changes information about the specified API.
|
UpdateRestApiResult |
AbstractAmazonApiGateway.updateRestApi(UpdateRestApiRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateRestApiResult> |
AmazonApiGatewayAsyncClient.updateRestApiAsync(UpdateRestApiRequest request) |
java.util.concurrent.Future<UpdateRestApiResult> |
AmazonApiGatewayAsync.updateRestApiAsync(UpdateRestApiRequest updateRestApiRequest)
Changes information about the specified API.
|
java.util.concurrent.Future<UpdateRestApiResult> |
AbstractAmazonApiGatewayAsync.updateRestApiAsync(UpdateRestApiRequest request) |
java.util.concurrent.Future<UpdateRestApiResult> |
AmazonApiGatewayAsyncClient.updateRestApiAsync(UpdateRestApiRequest request,
AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler) |
java.util.concurrent.Future<UpdateRestApiResult> |
AmazonApiGatewayAsync.updateRestApiAsync(UpdateRestApiRequest updateRestApiRequest,
AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler)
Changes information about the specified API.
|
java.util.concurrent.Future<UpdateRestApiResult> |
AbstractAmazonApiGatewayAsync.updateRestApiAsync(UpdateRestApiRequest request,
AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateRestApiResult> |
AmazonApiGatewayAsyncClient.updateRestApiAsync(UpdateRestApiRequest request,
AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler) |
java.util.concurrent.Future<UpdateRestApiResult> |
AmazonApiGatewayAsync.updateRestApiAsync(UpdateRestApiRequest updateRestApiRequest,
AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler)
Changes information about the specified API.
|
java.util.concurrent.Future<UpdateRestApiResult> |
AbstractAmazonApiGatewayAsync.updateRestApiAsync(UpdateRestApiRequest request,
AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateRestApiResult |
UpdateRestApiResult.clone() |
UpdateRestApiResult |
UpdateRestApiResult.withCreatedDate(java.util.Date createdDate)
The date when the API was created, in ISO 8601 format.
|
UpdateRestApiResult |
UpdateRestApiResult.withDescription(java.lang.String description)
The API's description.
|
UpdateRestApiResult |
UpdateRestApiResult.withId(java.lang.String id)
The API's identifier.
|
UpdateRestApiResult |
UpdateRestApiResult.withName(java.lang.String name)
The API's name.
|
UpdateRestApiResult |
UpdateRestApiResult.withWarnings(java.util.Collection<java.lang.String> warnings) |
UpdateRestApiResult |
UpdateRestApiResult.withWarnings(java.lang.String... warnings)
NOTE: This method appends the values to the existing list (if
any).
|
Modifier and Type | Method and Description |
---|---|
UpdateRestApiResult |
UpdateRestApiResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |