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 UpdateDeploymentRequest
UpdateDeploymentRequest. clone()
UpdateDeploymentRequest
UpdateDeploymentRequest. withDeploymentId(String deploymentId)
The replacment identifier for the Deployment resource to change information about.UpdateDeploymentRequest
UpdateDeploymentRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateDeploymentRequest
UpdateDeploymentRequest. withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateDeploymentRequest
UpdateDeploymentRequest. withRestApiId(String restApiId)
The replacement identifier of the RestApi resource for the Deployment resource to change information about.
-