| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateRestApiResult |
AmazonApiGatewayClient.updateRestApi(UpdateRestApiRequest request)
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 |
|---|---|
Future<UpdateRestApiResult> |
AmazonApiGatewayAsyncClient.updateRestApiAsync(UpdateRestApiRequest request,
AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler) |
Future<UpdateRestApiResult> |
AbstractAmazonApiGatewayAsync.updateRestApiAsync(UpdateRestApiRequest request,
AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler) |
Future<UpdateRestApiResult> |
AmazonApiGatewayAsync.updateRestApiAsync(UpdateRestApiRequest updateRestApiRequest,
AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler)
Changes information about the specified API.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRestApiResult |
UpdateRestApiResult.clone() |
UpdateRestApiResult |
UpdateRestApiResult.withBinaryMediaTypes(Collection<String> binaryMediaTypes)
The list of binary media types supported by the RestApi.
|
UpdateRestApiResult |
UpdateRestApiResult.withBinaryMediaTypes(String... binaryMediaTypes)
The list of binary media types supported by the RestApi.
|
UpdateRestApiResult |
UpdateRestApiResult.withCreatedDate(Date createdDate)
The timestamp when the API was created.
|
UpdateRestApiResult |
UpdateRestApiResult.withDescription(String description)
The API's description.
|
UpdateRestApiResult |
UpdateRestApiResult.withId(String id)
The API's identifier.
|
UpdateRestApiResult |
UpdateRestApiResult.withName(String name)
The API's name.
|
UpdateRestApiResult |
UpdateRestApiResult.withVersion(String version)
A version identifier for the API.
|
UpdateRestApiResult |
UpdateRestApiResult.withWarnings(Collection<String> warnings)
The warning messages reported when
failonwarnings is turned on during API import. |
UpdateRestApiResult |
UpdateRestApiResult.withWarnings(String... warnings)
The warning messages reported when
failonwarnings is turned on during API import. |
Copyright © 2017. All rights reserved.