Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
UpdateDeploymentResult |
AmazonApiGatewayClient.updateDeployment(UpdateDeploymentRequest updateDeploymentRequest)
Changes information about a Deployment resource.
|
UpdateDeploymentResult |
AmazonApiGateway.updateDeployment(UpdateDeploymentRequest updateDeploymentRequest)
Changes information about a Deployment resource.
|
UpdateDeploymentResult |
AbstractAmazonApiGateway.updateDeployment(UpdateDeploymentRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateDeploymentResult> |
AmazonApiGatewayAsyncClient.updateDeploymentAsync(UpdateDeploymentRequest request) |
java.util.concurrent.Future<UpdateDeploymentResult> |
AmazonApiGatewayAsync.updateDeploymentAsync(UpdateDeploymentRequest updateDeploymentRequest)
Changes information about a Deployment resource.
|
java.util.concurrent.Future<UpdateDeploymentResult> |
AbstractAmazonApiGatewayAsync.updateDeploymentAsync(UpdateDeploymentRequest request) |
java.util.concurrent.Future<UpdateDeploymentResult> |
AmazonApiGatewayAsyncClient.updateDeploymentAsync(UpdateDeploymentRequest request,
AsyncHandler<UpdateDeploymentRequest,UpdateDeploymentResult> asyncHandler) |
java.util.concurrent.Future<UpdateDeploymentResult> |
AmazonApiGatewayAsync.updateDeploymentAsync(UpdateDeploymentRequest updateDeploymentRequest,
AsyncHandler<UpdateDeploymentRequest,UpdateDeploymentResult> asyncHandler)
Changes information about a Deployment resource.
|
java.util.concurrent.Future<UpdateDeploymentResult> |
AbstractAmazonApiGatewayAsync.updateDeploymentAsync(UpdateDeploymentRequest request,
AsyncHandler<UpdateDeploymentRequest,UpdateDeploymentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateDeploymentResult> |
AmazonApiGatewayAsyncClient.updateDeploymentAsync(UpdateDeploymentRequest request,
AsyncHandler<UpdateDeploymentRequest,UpdateDeploymentResult> asyncHandler) |
java.util.concurrent.Future<UpdateDeploymentResult> |
AmazonApiGatewayAsync.updateDeploymentAsync(UpdateDeploymentRequest updateDeploymentRequest,
AsyncHandler<UpdateDeploymentRequest,UpdateDeploymentResult> asyncHandler)
Changes information about a Deployment resource.
|
java.util.concurrent.Future<UpdateDeploymentResult> |
AbstractAmazonApiGatewayAsync.updateDeploymentAsync(UpdateDeploymentRequest request,
AsyncHandler<UpdateDeploymentRequest,UpdateDeploymentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateDeploymentResult |
UpdateDeploymentResult.addApiSummaryEntry(java.lang.String key,
java.util.Map<java.lang.String,MethodSnapshot> value) |
UpdateDeploymentResult |
UpdateDeploymentResult.clearApiSummaryEntries()
Removes all the entries added into ApiSummary.
|
UpdateDeploymentResult |
UpdateDeploymentResult.clone() |
UpdateDeploymentResult |
UpdateDeploymentResult.withApiSummary(java.util.Map<java.lang.String,java.util.Map<java.lang.String,MethodSnapshot>> apiSummary)
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
UpdateDeploymentResult |
UpdateDeploymentResult.withCreatedDate(java.util.Date createdDate)
The date and time that the deployment resource was created.
|
UpdateDeploymentResult |
UpdateDeploymentResult.withDescription(java.lang.String description)
The description for the deployment resource.
|
UpdateDeploymentResult |
UpdateDeploymentResult.withId(java.lang.String id)
The identifier for the deployment resource.
|
Modifier and Type | Method and Description |
---|---|
UpdateDeploymentResult |
UpdateDeploymentResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |