Uses of Class
com.amazonaws.services.opsworks.model.StopStackRequest
-
Packages that use StopStackRequest Package Description com.amazonaws.services.opsworks com.amazonaws.services.opsworks.model -
-
Uses of StopStackRequest in com.amazonaws.services.opsworks
Method parameters in com.amazonaws.services.opsworks with type arguments of type StopStackRequest Modifier and Type Method Description Future<StopStackResult>
AbstractAWSOpsWorksAsync. stopStackAsync(StopStackRequest request, AsyncHandler<StopStackRequest,StopStackResult> asyncHandler)
Future<StopStackResult>
AWSOpsWorksAsync. stopStackAsync(StopStackRequest stopStackRequest, AsyncHandler<StopStackRequest,StopStackResult> asyncHandler)
Stops a specified stack.Future<StopStackResult>
AWSOpsWorksAsyncClient. stopStackAsync(StopStackRequest request, AsyncHandler<StopStackRequest,StopStackResult> asyncHandler)
-
Uses of StopStackRequest in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return StopStackRequest Modifier and Type Method Description StopStackRequest
StopStackRequest. clone()
StopStackRequest
StopStackRequest. withStackId(String stackId)
The stack ID.
-