Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest.Builder
-
Packages that use UpdateDeploymentRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of UpdateDeploymentRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type UpdateDeploymentRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateDeploymentResponse>ApiGatewayAsyncClient. 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.Builder Modifier and Type Method Description static UpdateDeploymentRequest.BuilderUpdateDeploymentRequest. builder()UpdateDeploymentRequest.BuilderUpdateDeploymentRequest.Builder. deploymentId(String deploymentId)The replacement identifier for the Deployment resource to change information about.UpdateDeploymentRequest.BuilderUpdateDeploymentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateDeploymentRequest.BuilderUpdateDeploymentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateDeploymentRequest.BuilderUpdateDeploymentRequest.Builder. patchOperations(Collection<PatchOperation> patchOperations)For more information about supported patch operations, see Patch Operations.UpdateDeploymentRequest.BuilderUpdateDeploymentRequest.Builder. patchOperations(Consumer<PatchOperation.Builder>... patchOperations)For more information about supported patch operations, see Patch Operations.UpdateDeploymentRequest.BuilderUpdateDeploymentRequest.Builder. patchOperations(PatchOperation... patchOperations)For more information about supported patch operations, see Patch Operations.UpdateDeploymentRequest.BuilderUpdateDeploymentRequest.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.UpdateDeploymentRequest.BuilderUpdateDeploymentRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateDeploymentRequest.Builder Modifier and Type Method Description static Class<? extends UpdateDeploymentRequest.Builder>UpdateDeploymentRequest. serializableBuilderClass()
-