Uses of Interface
software.amazon.awssdk.services.apigateway.model.ImportRestApiRequest.Builder
Packages that use ImportRestApiRequest.Builder
Package
Description
-
Uses of ImportRestApiRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type ImportRestApiRequest.BuilderModifier and TypeMethodDescriptiondefault 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.default ImportRestApiResponseApiGatewayClient.importRestApi(Consumer<ImportRestApiRequest.Builder> importRestApiRequest) A feature of the API Gateway control service for creating a new API from an external API definition file. -
Uses of ImportRestApiRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return ImportRestApiRequest.BuilderModifier and TypeMethodDescriptionThe POST request body containing external API definitions.static ImportRestApiRequest.BuilderImportRestApiRequest.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.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ImportRestApiRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type ImportRestApiRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ImportRestApiRequest.Builder>ImportRestApiRequest.serializableBuilderClass()