Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateDeploymentResult> |
AmazonApiGatewayAsyncClient.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> |
AbstractAmazonApiGatewayAsync.updateDeploymentAsync(UpdateDeploymentRequest request,
AsyncHandler<UpdateDeploymentRequest,UpdateDeploymentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateDeploymentRequest |
UpdateDeploymentRequest.clone() |
UpdateDeploymentRequest |
UpdateDeploymentRequest.withDeploymentId(String deploymentId)
The replacment identifier for the Deployment resource to change
information about.
|
UpdateDeploymentRequest |
UpdateDeploymentRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateDeploymentRequest |
UpdateDeploymentRequest.withPatchOperations(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.
|
Copyright © 2018. All rights reserved.