Uses of Interface
software.amazon.awssdk.services.apigateway.model.PutRestApiRequest.Builder
-
Packages that use PutRestApiRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of PutRestApiRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type PutRestApiRequest.Builder Modifier and Type Method Description default CompletableFuture<PutRestApiResponse>ApiGatewayAsyncClient. putRestApi(Consumer<PutRestApiRequest.Builder> putRestApiRequest)A feature of the API Gateway control service for updating an existing API with an input of external API definitions.default PutRestApiResponseApiGatewayClient. putRestApi(Consumer<PutRestApiRequest.Builder> putRestApiRequest)A feature of the API Gateway control service for updating an existing API with an input of external API definitions. -
Uses of PutRestApiRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return PutRestApiRequest.Builder Modifier and Type Method Description PutRestApiRequest.BuilderPutRestApiRequest.Builder. body(SdkBytes body)The PUT request body containing external API definitions.static PutRestApiRequest.BuilderPutRestApiRequest. builder()PutRestApiRequest.BuilderPutRestApiRequest.Builder. failOnWarnings(Boolean failOnWarnings)A query parameter to indicate whether to rollback the API update (true) or not (false) when a warning is encountered.PutRestApiRequest.BuilderPutRestApiRequest.Builder. mode(String mode)Themodequery parameter to specify the update mode.PutRestApiRequest.BuilderPutRestApiRequest.Builder. mode(PutMode mode)Themodequery parameter to specify the update mode.PutRestApiRequest.BuilderPutRestApiRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutRestApiRequest.BuilderPutRestApiRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutRestApiRequest.BuilderPutRestApiRequest.Builder. parameters(Map<String,String> parameters)Custom header parameters as part of the request.PutRestApiRequest.BuilderPutRestApiRequest.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.PutRestApiRequest.BuilderPutRestApiRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type PutRestApiRequest.Builder Modifier and Type Method Description static Class<? extends PutRestApiRequest.Builder>PutRestApiRequest. serializableBuilderClass()
-