Package | Description |
---|---|
com.amazonaws.services.opsworks |
Synchronous and asynchronous client classes for accessing AWSOpsWorks.
|
com.amazonaws.services.opsworks.model |
Classes modeling the various types represented by AWSOpsWorks.
|
Modifier and Type | Method and Description |
---|---|
void |
AWSOpsWorksClient.stopStack(StopStackRequest stopStackRequest)
Stops a specified stack.
|
void |
AWSOpsWorks.stopStack(StopStackRequest stopStackRequest)
Stops a specified stack.
|
Future<Void> |
AWSOpsWorksAsyncClient.stopStackAsync(StopStackRequest stopStackRequest)
Stops a specified stack.
|
Future<Void> |
AWSOpsWorksAsync.stopStackAsync(StopStackRequest stopStackRequest)
Stops a specified stack.
|
Future<Void> |
AWSOpsWorksAsyncClient.stopStackAsync(StopStackRequest stopStackRequest,
AsyncHandler<StopStackRequest,Void> asyncHandler)
Stops a specified stack.
|
Future<Void> |
AWSOpsWorksAsync.stopStackAsync(StopStackRequest stopStackRequest,
AsyncHandler<StopStackRequest,Void> asyncHandler)
Stops a specified stack.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AWSOpsWorksAsyncClient.stopStackAsync(StopStackRequest stopStackRequest,
AsyncHandler<StopStackRequest,Void> asyncHandler)
Stops a specified stack.
|
Future<Void> |
AWSOpsWorksAsync.stopStackAsync(StopStackRequest stopStackRequest,
AsyncHandler<StopStackRequest,Void> asyncHandler)
Stops a specified stack.
|
Modifier and Type | Method and Description |
---|---|
StopStackRequest |
StopStackRequest.withStackId(String stackId)
The stack ID.
|
Copyright © 2014. All rights reserved.