Uses of Interface
software.amazon.awssdk.services.apigateway.model.ImportRestApiRequest.Builder
-
Packages that use ImportRestApiRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of ImportRestApiRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type ImportRestApiRequest.Builder Modifier and Type Method Description 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.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.Builder Modifier and Type Method Description ImportRestApiRequest.BuilderImportRestApiRequest.Builder. body(SdkBytes body)The POST request body containing external API definitions.static ImportRestApiRequest.BuilderImportRestApiRequest. builder()ImportRestApiRequest.BuilderImportRestApiRequest.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.BuilderImportRestApiRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ImportRestApiRequest.BuilderImportRestApiRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ImportRestApiRequest.BuilderImportRestApiRequest.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.BuilderImportRestApiRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type ImportRestApiRequest.Builder Modifier and Type Method Description static Class<? extends ImportRestApiRequest.Builder>ImportRestApiRequest. serializableBuilderClass()
-