Uses of Class
com.amazonaws.services.apigateway.model.UpdateDeploymentRequest
-
Packages that use UpdateDeploymentRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateDeploymentRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateDeploymentRequest Modifier and Type Method Description Future<UpdateDeploymentResult>AbstractAmazonApiGatewayAsync. updateDeploymentAsync(UpdateDeploymentRequest request, AsyncHandler<UpdateDeploymentRequest,UpdateDeploymentResult> asyncHandler)Future<UpdateDeploymentResult>AmazonApiGatewayAsync. updateDeploymentAsync(UpdateDeploymentRequest updateDeploymentRequest, AsyncHandler<UpdateDeploymentRequest,UpdateDeploymentResult> asyncHandler)Changes information about a Deployment resource.Future<UpdateDeploymentResult>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 UpdateDeploymentRequest Modifier and Type Method Description UpdateDeploymentRequestUpdateDeploymentRequest. clone()UpdateDeploymentRequestUpdateDeploymentRequest. withDeploymentId(String deploymentId)The replacment identifier for the Deployment resource to change information about.UpdateDeploymentRequestUpdateDeploymentRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateDeploymentRequestUpdateDeploymentRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateDeploymentRequestUpdateDeploymentRequest. withRestApiId(String restApiId)The replacement identifier of the RestApi resource for the Deployment resource to change information about.
-