Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
ImportRestApiResult |
AmazonApiGatewayClient.importRestApi(ImportRestApiRequest importRestApiRequest)
A feature of the Amazon API Gateway control service for creating a new
API from an external API definition file.
|
ImportRestApiResult |
AmazonApiGateway.importRestApi(ImportRestApiRequest importRestApiRequest)
A feature of the Amazon API Gateway control service for creating a new
API from an external API definition file.
|
ImportRestApiResult |
AbstractAmazonApiGateway.importRestApi(ImportRestApiRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ImportRestApiResult> |
AmazonApiGatewayAsyncClient.importRestApiAsync(ImportRestApiRequest request) |
java.util.concurrent.Future<ImportRestApiResult> |
AmazonApiGatewayAsync.importRestApiAsync(ImportRestApiRequest importRestApiRequest)
A feature of the Amazon API Gateway control service for creating a new
API from an external API definition file.
|
java.util.concurrent.Future<ImportRestApiResult> |
AbstractAmazonApiGatewayAsync.importRestApiAsync(ImportRestApiRequest request) |
java.util.concurrent.Future<ImportRestApiResult> |
AmazonApiGatewayAsyncClient.importRestApiAsync(ImportRestApiRequest request,
AsyncHandler<ImportRestApiRequest,ImportRestApiResult> asyncHandler) |
java.util.concurrent.Future<ImportRestApiResult> |
AmazonApiGatewayAsync.importRestApiAsync(ImportRestApiRequest importRestApiRequest,
AsyncHandler<ImportRestApiRequest,ImportRestApiResult> asyncHandler)
A feature of the Amazon API Gateway control service for creating a new
API from an external API definition file.
|
java.util.concurrent.Future<ImportRestApiResult> |
AbstractAmazonApiGatewayAsync.importRestApiAsync(ImportRestApiRequest request,
AsyncHandler<ImportRestApiRequest,ImportRestApiResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ImportRestApiResult> |
AmazonApiGatewayAsyncClient.importRestApiAsync(ImportRestApiRequest request,
AsyncHandler<ImportRestApiRequest,ImportRestApiResult> asyncHandler) |
java.util.concurrent.Future<ImportRestApiResult> |
AmazonApiGatewayAsync.importRestApiAsync(ImportRestApiRequest importRestApiRequest,
AsyncHandler<ImportRestApiRequest,ImportRestApiResult> asyncHandler)
A feature of the Amazon API Gateway control service for creating a new
API from an external API definition file.
|
java.util.concurrent.Future<ImportRestApiResult> |
AbstractAmazonApiGatewayAsync.importRestApiAsync(ImportRestApiRequest request,
AsyncHandler<ImportRestApiRequest,ImportRestApiResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ImportRestApiResult |
ImportRestApiResult.clone() |
ImportRestApiResult |
ImportRestApiResult.withCreatedDate(java.util.Date createdDate)
The date when the API was created, in ISO 8601 format.
|
ImportRestApiResult |
ImportRestApiResult.withDescription(java.lang.String description)
The API's description.
|
ImportRestApiResult |
ImportRestApiResult.withId(java.lang.String id)
The API's identifier.
|
ImportRestApiResult |
ImportRestApiResult.withName(java.lang.String name)
The API's name.
|
ImportRestApiResult |
ImportRestApiResult.withWarnings(java.util.Collection<java.lang.String> warnings) |
ImportRestApiResult |
ImportRestApiResult.withWarnings(java.lang.String... warnings)
NOTE: This method appends the values to the existing list (if
any).
|
Modifier and Type | Method and Description |
---|---|
ImportRestApiResult |
ImportRestApiResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |