Uses of Class
com.amazonaws.services.apigateway.model.UpdateDeploymentRequest
Packages that use UpdateDeploymentRequest
-
Uses of UpdateDeploymentRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type UpdateDeploymentRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.updateDeployment
(UpdateDeploymentRequest request) AmazonApiGateway.updateDeployment
(UpdateDeploymentRequest updateDeploymentRequest) Changes information about a Deployment resource.AmazonApiGatewayClient.updateDeployment
(UpdateDeploymentRequest updateDeploymentRequest) Changes information about a Deployment resource.AbstractAmazonApiGatewayAsync.updateDeploymentAsync
(UpdateDeploymentRequest request) AbstractAmazonApiGatewayAsync.updateDeploymentAsync
(UpdateDeploymentRequest request, AsyncHandler<UpdateDeploymentRequest, UpdateDeploymentResult> asyncHandler) AmazonApiGatewayAsync.updateDeploymentAsync
(UpdateDeploymentRequest updateDeploymentRequest) Changes information about a Deployment resource.AmazonApiGatewayAsync.updateDeploymentAsync
(UpdateDeploymentRequest updateDeploymentRequest, AsyncHandler<UpdateDeploymentRequest, UpdateDeploymentResult> asyncHandler) Changes information about a Deployment resource.AmazonApiGatewayAsyncClient.updateDeploymentAsync
(UpdateDeploymentRequest request) AmazonApiGatewayAsyncClient.updateDeploymentAsync
(UpdateDeploymentRequest request, AsyncHandler<UpdateDeploymentRequest, UpdateDeploymentResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateDeploymentRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.updateDeploymentAsync
(UpdateDeploymentRequest request, AsyncHandler<UpdateDeploymentRequest, UpdateDeploymentResult> asyncHandler) AmazonApiGatewayAsync.updateDeploymentAsync
(UpdateDeploymentRequest updateDeploymentRequest, AsyncHandler<UpdateDeploymentRequest, UpdateDeploymentResult> asyncHandler) Changes information about a Deployment resource.AmazonApiGatewayAsyncClient.updateDeploymentAsync
(UpdateDeploymentRequest request, AsyncHandler<UpdateDeploymentRequest, UpdateDeploymentResult> asyncHandler) -
Uses of UpdateDeploymentRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateDeploymentRequestModifier and TypeMethodDescriptionUpdateDeploymentRequest.clone()
UpdateDeploymentRequest.withDeploymentId
(String deploymentId) The replacment identifier for the Deployment resource to change information about.UpdateDeploymentRequest.withPatchOperations
(PatchOperation... patchOperations) A list of operations describing the updates to apply to the specified resource.UpdateDeploymentRequest.withPatchOperations
(Collection<PatchOperation> patchOperations) A list of operations describing the updates to apply to the specified resource.UpdateDeploymentRequest.withRestApiId
(String restApiId) The replacement identifier of the RestApi resource for the Deployment resource to change information about.