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 UpdateDeploymentResultAbstractAmazonApiGateway. updateDeployment(UpdateDeploymentRequest request)UpdateDeploymentResultAmazonApiGateway. updateDeployment(UpdateDeploymentRequest updateDeploymentRequest)Changes information about a Deployment resource.UpdateDeploymentResultAmazonApiGatewayClient. 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 UpdateDeploymentResultUpdateDeploymentResult. addApiSummaryEntry(String key, Map<String,MethodSnapshot> value)UpdateDeploymentResultUpdateDeploymentResult. clearApiSummaryEntries()Removes all the entries added into ApiSummary.UpdateDeploymentResultUpdateDeploymentResult. clone()UpdateDeploymentResultUpdateDeploymentResult. withApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)Gets a summary of the RestApi at the date and time that the deployment resource was created.UpdateDeploymentResultUpdateDeploymentResult. withCreatedDate(Date createdDate)The date and time that the deployment resource was created.UpdateDeploymentResultUpdateDeploymentResult. withDescription(String description)The description for the deployment resource.UpdateDeploymentResultUpdateDeploymentResult. withId(String id)The identifier for the deployment resource.
-