| 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.
|
| com.amazonaws.services.opsworks.model.transform |
Marhsalling for 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.
|
| Modifier and Type | Method and Description |
|---|---|
Request<StopStackRequest> |
StopStackRequestMarshaller.marshall(StopStackRequest stopStackRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<StopStackRequest> |
StopStackRequestMarshaller.marshall(StopStackRequest stopStackRequest) |
Copyright © 2016. All rights reserved.