Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
GetExportResult |
AmazonApiGatewayClient.getExport(GetExportRequest getExportRequest)
Exports a deployed version of a RestApi in a specified format.
|
GetExportResult |
AmazonApiGateway.getExport(GetExportRequest getExportRequest)
Exports a deployed version of a RestApi in a specified format.
|
GetExportResult |
AbstractAmazonApiGateway.getExport(GetExportRequest request) |
java.util.concurrent.Future<GetExportResult> |
AmazonApiGatewayAsyncClient.getExportAsync(GetExportRequest request) |
java.util.concurrent.Future<GetExportResult> |
AmazonApiGatewayAsync.getExportAsync(GetExportRequest getExportRequest)
Exports a deployed version of a RestApi in a specified format.
|
java.util.concurrent.Future<GetExportResult> |
AbstractAmazonApiGatewayAsync.getExportAsync(GetExportRequest request) |
java.util.concurrent.Future<GetExportResult> |
AmazonApiGatewayAsyncClient.getExportAsync(GetExportRequest request,
AsyncHandler<GetExportRequest,GetExportResult> asyncHandler) |
java.util.concurrent.Future<GetExportResult> |
AmazonApiGatewayAsync.getExportAsync(GetExportRequest getExportRequest,
AsyncHandler<GetExportRequest,GetExportResult> asyncHandler)
Exports a deployed version of a RestApi in a specified format.
|
java.util.concurrent.Future<GetExportResult> |
AbstractAmazonApiGatewayAsync.getExportAsync(GetExportRequest request,
AsyncHandler<GetExportRequest,GetExportResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetExportResult> |
AmazonApiGatewayAsyncClient.getExportAsync(GetExportRequest request,
AsyncHandler<GetExportRequest,GetExportResult> asyncHandler) |
java.util.concurrent.Future<GetExportResult> |
AmazonApiGatewayAsync.getExportAsync(GetExportRequest getExportRequest,
AsyncHandler<GetExportRequest,GetExportResult> asyncHandler)
Exports a deployed version of a RestApi in a specified format.
|
java.util.concurrent.Future<GetExportResult> |
AbstractAmazonApiGatewayAsync.getExportAsync(GetExportRequest request,
AsyncHandler<GetExportRequest,GetExportResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetExportRequest |
GetExportRequest.addParametersEntry(java.lang.String key,
java.lang.String value) |
GetExportRequest |
GetExportRequest.clearParametersEntries()
Removes all the entries added into Parameters.
|
GetExportRequest |
GetExportRequest.clone() |
GetExportRequest |
GetExportRequest.withAccepts(java.lang.String accepts)
The content-type of the export, for example 'application/json'.
|
GetExportRequest |
GetExportRequest.withExportType(java.lang.String exportType)
The type of export.
|
GetExportRequest |
GetExportRequest.withParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
A key-value map of query string parameters that specify properties of the
export, depending on the requested exportType.
|
GetExportRequest |
GetExportRequest.withRestApiId(java.lang.String restApiId)
The identifier of the RestApi to be exported.
|
GetExportRequest |
GetExportRequest.withStageName(java.lang.String stageName)
The name of the Stage that will be exported.
|
Modifier and Type | Method and Description |
---|---|
Request<GetExportRequest> |
GetExportRequestMarshaller.marshall(GetExportRequest getExportRequest) |
Modifier and Type | Method and Description |
---|---|
Request<GetExportRequest> |
GetExportRequestMarshaller.marshall(GetExportRequest getExportRequest) |