Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
ImportRestApiResult |
AbstractAmazonApiGateway.importRestApi(ImportRestApiRequest request) |
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.
|
Modifier and Type | Method and Description |
---|---|
Future<ImportRestApiResult> |
AmazonApiGatewayAsyncClient.importRestApiAsync(ImportRestApiRequest request) |
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.
|
Future<ImportRestApiResult> |
AbstractAmazonApiGatewayAsync.importRestApiAsync(ImportRestApiRequest request) |
Future<ImportRestApiResult> |
AmazonApiGatewayAsyncClient.importRestApiAsync(ImportRestApiRequest request,
AsyncHandler<ImportRestApiRequest,ImportRestApiResult> asyncHandler) |
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.
|
Future<ImportRestApiResult> |
AbstractAmazonApiGatewayAsync.importRestApiAsync(ImportRestApiRequest request,
AsyncHandler<ImportRestApiRequest,ImportRestApiResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<ImportRestApiResult> |
AmazonApiGatewayAsyncClient.importRestApiAsync(ImportRestApiRequest request,
AsyncHandler<ImportRestApiRequest,ImportRestApiResult> asyncHandler) |
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.
|
Future<ImportRestApiResult> |
AbstractAmazonApiGatewayAsync.importRestApiAsync(ImportRestApiRequest request,
AsyncHandler<ImportRestApiRequest,ImportRestApiResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ImportRestApiResult |
ImportRestApiResult.clone() |
ImportRestApiResult |
ImportRestApiResult.withCreatedDate(Date createdDate)
The date when the API was created, in ISO 8601 format.
|
ImportRestApiResult |
ImportRestApiResult.withDescription(String description)
The API's description.
|
ImportRestApiResult |
ImportRestApiResult.withId(String id)
The API's identifier.
|
ImportRestApiResult |
ImportRestApiResult.withName(String name)
The API's name.
|
ImportRestApiResult |
ImportRestApiResult.withWarnings(Collection<String> warnings) |
ImportRestApiResult |
ImportRestApiResult.withWarnings(String... warnings)
NOTE: This method appends the values to the existing list (if
any).
|
Copyright © 2018. All rights reserved.