Package | Description |
---|---|
com.amazonaws.services.cloudformation |
Synchronous and asynchronous client classes for accessing AmazonCloudFormation.
|
com.amazonaws.services.cloudformation.model |
Classes modeling the various types represented by AmazonCloudFormation.
|
com.amazonaws.services.cloudformation.model.transform |
Marhsalling for the various types represented by AmazonCloudFormation.
|
Modifier and Type | Method and Description |
---|---|
GetStackPolicyResult |
AmazonCloudFormationClient.getStackPolicy(GetStackPolicyRequest getStackPolicyRequest)
Returns the stack policy for a specified stack.
|
GetStackPolicyResult |
AmazonCloudFormation.getStackPolicy(GetStackPolicyRequest getStackPolicyRequest)
Returns the stack policy for a specified stack.
|
Future<GetStackPolicyResult> |
AmazonCloudFormationAsyncClient.getStackPolicyAsync(GetStackPolicyRequest getStackPolicyRequest)
Returns the stack policy for a specified stack.
|
Future<GetStackPolicyResult> |
AmazonCloudFormationAsync.getStackPolicyAsync(GetStackPolicyRequest getStackPolicyRequest)
Returns the stack policy for a specified stack.
|
Future<GetStackPolicyResult> |
AmazonCloudFormationAsyncClient.getStackPolicyAsync(GetStackPolicyRequest getStackPolicyRequest,
AsyncHandler<GetStackPolicyRequest,GetStackPolicyResult> asyncHandler)
Returns the stack policy for a specified stack.
|
Future<GetStackPolicyResult> |
AmazonCloudFormationAsync.getStackPolicyAsync(GetStackPolicyRequest getStackPolicyRequest,
AsyncHandler<GetStackPolicyRequest,GetStackPolicyResult> asyncHandler)
Returns the stack policy for a specified stack.
|
Modifier and Type | Method and Description |
---|---|
Future<GetStackPolicyResult> |
AmazonCloudFormationAsyncClient.getStackPolicyAsync(GetStackPolicyRequest getStackPolicyRequest,
AsyncHandler<GetStackPolicyRequest,GetStackPolicyResult> asyncHandler)
Returns the stack policy for a specified stack.
|
Future<GetStackPolicyResult> |
AmazonCloudFormationAsync.getStackPolicyAsync(GetStackPolicyRequest getStackPolicyRequest,
AsyncHandler<GetStackPolicyRequest,GetStackPolicyResult> asyncHandler)
Returns the stack policy for a specified stack.
|
Modifier and Type | Method and Description |
---|---|
GetStackPolicyRequest |
GetStackPolicyRequest.withStackName(String stackName)
The name or stack ID that is associated with the stack whose policy
you want to get.
|
Modifier and Type | Method and Description |
---|---|
Request<GetStackPolicyRequest> |
GetStackPolicyRequestMarshaller.marshall(GetStackPolicyRequest getStackPolicyRequest) |
Modifier and Type | Method and Description |
---|---|
Request<GetStackPolicyRequest> |
GetStackPolicyRequestMarshaller.marshall(GetStackPolicyRequest getStackPolicyRequest) |
Copyright © 2016. All rights reserved.