Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
UpdateDeploymentResult |
AbstractAmazonApiGateway.updateDeployment(UpdateDeploymentRequest request) |
UpdateDeploymentResult |
AmazonApiGatewayClient.updateDeployment(UpdateDeploymentRequest updateDeploymentRequest)
Changes information about a Deployment resource.
|
UpdateDeploymentResult |
AmazonApiGateway.updateDeployment(UpdateDeploymentRequest updateDeploymentRequest)
Changes information about a Deployment resource.
|
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 |
---|---|
UpdateDeploymentResult |
UpdateDeploymentResult.addApiSummaryEntry(String key,
Map<String,MethodSnapshot> value) |
UpdateDeploymentResult |
UpdateDeploymentResult.clearApiSummaryEntries()
Removes all the entries added into ApiSummary.
|
UpdateDeploymentResult |
UpdateDeploymentResult.clone() |
UpdateDeploymentResult |
UpdateDeploymentResult.withApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
UpdateDeploymentResult |
UpdateDeploymentResult.withCreatedDate(Date createdDate)
The date and time that the deployment resource was created.
|
UpdateDeploymentResult |
UpdateDeploymentResult.withDescription(String description)
The description for the deployment resource.
|
UpdateDeploymentResult |
UpdateDeploymentResult.withId(String id)
The identifier for the deployment resource.
|
Copyright © 2018. All rights reserved.