Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest.Builder
Packages that use UpdateDeploymentRequest.Builder
Package
Description
-
Uses of UpdateDeploymentRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type UpdateDeploymentRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.updateDeployment(Consumer<UpdateDeploymentRequest.Builder> updateDeploymentRequest) Changes information about a Deployment resource.default UpdateDeploymentResponseApiGatewayClient.updateDeployment(Consumer<UpdateDeploymentRequest.Builder> updateDeploymentRequest) Changes information about a Deployment resource. -
Uses of UpdateDeploymentRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UpdateDeploymentRequest.BuilderModifier and TypeMethodDescriptionUpdateDeploymentRequest.builder()UpdateDeploymentRequest.Builder.deploymentId(String deploymentId) The replacement identifier for the Deployment resource to change information about.UpdateDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateDeploymentRequest.Builder.patchOperations(Collection<PatchOperation> patchOperations) For more information about supported patch operations, see Patch Operations.UpdateDeploymentRequest.Builder.patchOperations(Consumer<PatchOperation.Builder>... patchOperations) For more information about supported patch operations, see Patch Operations.UpdateDeploymentRequest.Builder.patchOperations(PatchOperation... patchOperations) For more information about supported patch operations, see Patch Operations.The string identifier of the associated RestApi.UpdateDeploymentRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateDeploymentRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateDeploymentRequest.Builder>UpdateDeploymentRequest.serializableBuilderClass()