Uses of Class
com.amazonaws.services.cloudformation.model.UpdateStackResult
-
Packages that use UpdateStackResult Package Description com.amazonaws.services.cloudformation com.amazonaws.services.cloudformation.model -
-
Uses of UpdateStackResult in com.amazonaws.services.cloudformation
Methods in com.amazonaws.services.cloudformation that return UpdateStackResult Modifier and Type Method Description UpdateStackResult
AbstractAmazonCloudFormation. updateStack(UpdateStackRequest request)
UpdateStackResult
AmazonCloudFormation. updateStack(UpdateStackRequest updateStackRequest)
Updates a stack as specified in the template.UpdateStackResult
AmazonCloudFormationClient. updateStack(UpdateStackRequest updateStackRequest)
Updates a stack as specified in the template.Method parameters in com.amazonaws.services.cloudformation with type arguments of type UpdateStackResult Modifier and Type Method Description Future<UpdateStackResult>
AbstractAmazonCloudFormationAsync. updateStackAsync(UpdateStackRequest request, AsyncHandler<UpdateStackRequest,UpdateStackResult> asyncHandler)
Future<UpdateStackResult>
AmazonCloudFormationAsync. updateStackAsync(UpdateStackRequest updateStackRequest, AsyncHandler<UpdateStackRequest,UpdateStackResult> asyncHandler)
Updates a stack as specified in the template.Future<UpdateStackResult>
AmazonCloudFormationAsyncClient. updateStackAsync(UpdateStackRequest request, AsyncHandler<UpdateStackRequest,UpdateStackResult> asyncHandler)
-
Uses of UpdateStackResult in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return UpdateStackResult Modifier and Type Method Description UpdateStackResult
UpdateStackResult. clone()
UpdateStackResult
UpdateStackResult. withStackId(String stackId)
Unique identifier of the stack.
-