| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default GetExportResponse |
ApiGatewayClient.getExport(Consumer<GetExportRequest.Builder> getExportRequest)
Exports a deployed version of a RestApi in a specified format.
|
default CompletableFuture<GetExportResponse> |
ApiGatewayAsyncClient.getExport(Consumer<GetExportRequest.Builder> getExportRequest)
Exports a deployed version of a RestApi in a specified format.
|
| Modifier and Type | Method and Description |
|---|---|
GetExportRequest.Builder |
GetExportRequest.Builder.accepts(String accepts)
The content-type of the export, for example
application/json. |
static GetExportRequest.Builder |
GetExportRequest.builder() |
GetExportRequest.Builder |
GetExportRequest.Builder.exportType(String exportType)
The type of export.
|
GetExportRequest.Builder |
GetExportRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetExportRequest.Builder |
GetExportRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetExportRequest.Builder |
GetExportRequest.Builder.parameters(Map<String,String> parameters)
A key-value map of query string parameters that specify properties of the export, depending on the requested
exportType. |
GetExportRequest.Builder |
GetExportRequest.Builder.restApiId(String restApiId)
The string identifier of the associated RestApi.
|
GetExportRequest.Builder |
GetExportRequest.Builder.stageName(String stageName)
The name of the Stage that will be exported.
|
GetExportRequest.Builder |
GetExportRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetExportRequest.Builder> |
GetExportRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.