| 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 |
|---|---|
CreateStackResult |
AWSOpsWorksClient.createStack(CreateStackRequest createStackRequest)
Creates a new stack.
|
CreateStackResult |
AWSOpsWorks.createStack(CreateStackRequest createStackRequest)
Creates a new stack.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateStackResult> |
AWSOpsWorksAsyncClient.createStackAsync(CreateStackRequest createStackRequest)
Creates a new stack.
|
Future<CreateStackResult> |
AWSOpsWorksAsync.createStackAsync(CreateStackRequest createStackRequest)
Creates a new stack.
|
Future<CreateStackResult> |
AWSOpsWorksAsyncClient.createStackAsync(CreateStackRequest createStackRequest,
AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)
Creates a new stack.
|
Future<CreateStackResult> |
AWSOpsWorksAsync.createStackAsync(CreateStackRequest createStackRequest,
AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)
Creates a new stack.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateStackResult> |
AWSOpsWorksAsyncClient.createStackAsync(CreateStackRequest createStackRequest,
AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)
Creates a new stack.
|
Future<CreateStackResult> |
AWSOpsWorksAsync.createStackAsync(CreateStackRequest createStackRequest,
AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)
Creates a new stack.
|
| Modifier and Type | Method and Description |
|---|---|
CreateStackResult |
CreateStackResult.withStackId(String stackId)
The stack ID, which is an opaque string that you use to identify the
stack when performing actions such as
DescribeStacks. |
| Modifier and Type | Method and Description |
|---|---|
CreateStackResult |
CreateStackResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2016. All rights reserved.