Uses of Class
com.amazonaws.services.apigateway.model.UpdateDeploymentResult
-
Packages that use UpdateDeploymentResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateDeploymentResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return UpdateDeploymentResult Modifier and Type Method Description UpdateDeploymentResult
AbstractAmazonApiGateway. updateDeployment(UpdateDeploymentRequest request)
UpdateDeploymentResult
AmazonApiGateway. updateDeployment(UpdateDeploymentRequest updateDeploymentRequest)
Changes information about a Deployment resource.UpdateDeploymentResult
AmazonApiGatewayClient. updateDeployment(UpdateDeploymentRequest updateDeploymentRequest)
Changes information about a Deployment resource.Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateDeploymentResult 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 UpdateDeploymentResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateDeploymentResult Modifier and Type Method 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.
-