Uses of Interface
software.amazon.awssdk.services.apigateway.model.PutRestApiRequest.Builder
Packages that use PutRestApiRequest.Builder
Package
Description
-
Uses of PutRestApiRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type PutRestApiRequest.BuilderModifier and TypeMethodDescriptiondefault 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.BuilderModifier and TypeMethodDescriptionThe PUT request body containing external API definitions.static PutRestApiRequest.BuilderPutRestApiRequest.builder()PutRestApiRequest.Builder.failOnWarnings(Boolean failOnWarnings) A query parameter to indicate whether to rollback the API update (true) or not (false) when a warning is encountered.Themodequery parameter to specify the update mode.Themodequery parameter to specify the update mode.PutRestApiRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutRestApiRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutRestApiRequest.Builder.parameters(Map<String, String> parameters) Custom header parameters as part of the request.The string identifier of the associated RestApi.PutRestApiRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type PutRestApiRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutRestApiRequest.Builder>PutRestApiRequest.serializableBuilderClass()