Uses of Class
com.amazonaws.services.opsworks.model.StopStackResult
-
Packages that use StopStackResult Package Description com.amazonaws.services.opsworks com.amazonaws.services.opsworks.model -
-
Uses of StopStackResult in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks that return StopStackResult Modifier and Type Method Description StopStackResult
AbstractAWSOpsWorks. stopStack(StopStackRequest request)
StopStackResult
AWSOpsWorks. stopStack(StopStackRequest stopStackRequest)
Stops a specified stack.StopStackResult
AWSOpsWorksClient. stopStack(StopStackRequest stopStackRequest)
Stops a specified stack.Methods in com.amazonaws.services.opsworks that return types with arguments of type StopStackResult Modifier and Type Method Description Future<StopStackResult>
AbstractAWSOpsWorksAsync. stopStackAsync(StopStackRequest request)
Future<StopStackResult>
AbstractAWSOpsWorksAsync. stopStackAsync(StopStackRequest request, AsyncHandler<StopStackRequest,StopStackResult> asyncHandler)
Future<StopStackResult>
AWSOpsWorksAsync. stopStackAsync(StopStackRequest stopStackRequest)
Stops a specified stack.Future<StopStackResult>
AWSOpsWorksAsync. stopStackAsync(StopStackRequest stopStackRequest, AsyncHandler<StopStackRequest,StopStackResult> asyncHandler)
Stops a specified stack.Future<StopStackResult>
AWSOpsWorksAsyncClient. stopStackAsync(StopStackRequest request)
Future<StopStackResult>
AWSOpsWorksAsyncClient. stopStackAsync(StopStackRequest request, AsyncHandler<StopStackRequest,StopStackResult> asyncHandler)
Method parameters in com.amazonaws.services.opsworks with type arguments of type StopStackResult 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 StopStackResult in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return StopStackResult Modifier and Type Method Description StopStackResult
StopStackResult. clone()
-