Uses of Class
com.amazonaws.services.opsworks.model.StopStackRequest
Packages that use StopStackRequest
-
Uses of StopStackRequest in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks with parameters of type StopStackRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorks.stopStack(StopStackRequest request) AWSOpsWorks.stopStack(StopStackRequest stopStackRequest) Stops a specified stack.AWSOpsWorksClient.stopStack(StopStackRequest stopStackRequest) Stops a specified stack.AbstractAWSOpsWorksAsync.stopStackAsync(StopStackRequest request) AbstractAWSOpsWorksAsync.stopStackAsync(StopStackRequest request, AsyncHandler<StopStackRequest, StopStackResult> asyncHandler) AWSOpsWorksAsync.stopStackAsync(StopStackRequest stopStackRequest) Stops a specified stack.AWSOpsWorksAsync.stopStackAsync(StopStackRequest stopStackRequest, AsyncHandler<StopStackRequest, StopStackResult> asyncHandler) Stops a specified stack.AWSOpsWorksAsyncClient.stopStackAsync(StopStackRequest request) AWSOpsWorksAsyncClient.stopStackAsync(StopStackRequest request, AsyncHandler<StopStackRequest, StopStackResult> asyncHandler) Method parameters in com.amazonaws.services.opsworks with type arguments of type StopStackRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.stopStackAsync(StopStackRequest request, AsyncHandler<StopStackRequest, StopStackResult> asyncHandler) AWSOpsWorksAsync.stopStackAsync(StopStackRequest stopStackRequest, AsyncHandler<StopStackRequest, StopStackResult> asyncHandler) Stops a specified stack.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 StopStackRequestModifier and TypeMethodDescriptionStopStackRequest.clone()StopStackRequest.withStackId(String stackId) The stack ID.