| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default ImportRestApiResponse |
ApiGatewayClient.importRestApi(Consumer<ImportRestApiRequest.Builder> importRestApiRequest)
A feature of the API Gateway control service for creating a new API from an external API definition file.
|
default CompletableFuture<ImportRestApiResponse> |
ApiGatewayAsyncClient.importRestApi(Consumer<ImportRestApiRequest.Builder> importRestApiRequest)
A feature of the API Gateway control service for creating a new API from an external API definition file.
|
| Modifier and Type | Method and Description |
|---|---|
ImportRestApiRequest.Builder |
ImportRestApiRequest.Builder.body(SdkBytes body)
The POST request body containing external API definitions.
|
static ImportRestApiRequest.Builder |
ImportRestApiRequest.builder() |
ImportRestApiRequest.Builder |
ImportRestApiRequest.Builder.failOnWarnings(Boolean failOnWarnings)
A query parameter to indicate whether to rollback the API creation (
true) or not (
false) when a warning is encountered. |
ImportRestApiRequest.Builder |
ImportRestApiRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ImportRestApiRequest.Builder |
ImportRestApiRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ImportRestApiRequest.Builder |
ImportRestApiRequest.Builder.parameters(Map<String,String> parameters)
A key-value map of context-specific query string parameters specifying the behavior of different API
importing operations.
|
ImportRestApiRequest.Builder |
ImportRestApiRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImportRestApiRequest.Builder> |
ImportRestApiRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.