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.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonCloudFormation.setStackPolicy(SetStackPolicyRequest setStackPolicyRequest)
Sets a stack policy for a specified stack.
|
void |
AmazonCloudFormationClient.setStackPolicy(SetStackPolicyRequest setStackPolicyRequest)
Sets a stack policy for a specified stack.
|
Future<Void> |
AmazonCloudFormationAsync.setStackPolicyAsync(SetStackPolicyRequest setStackPolicyRequest)
Sets a stack policy for a specified stack.
|
Future<Void> |
AmazonCloudFormationAsyncClient.setStackPolicyAsync(SetStackPolicyRequest setStackPolicyRequest)
Sets a stack policy for a specified stack.
|
Future<Void> |
AmazonCloudFormationAsync.setStackPolicyAsync(SetStackPolicyRequest setStackPolicyRequest,
AsyncHandler<SetStackPolicyRequest,Void> asyncHandler)
Sets a stack policy for a specified stack.
|
Future<Void> |
AmazonCloudFormationAsyncClient.setStackPolicyAsync(SetStackPolicyRequest setStackPolicyRequest,
AsyncHandler<SetStackPolicyRequest,Void> asyncHandler)
Sets a stack policy for a specified stack.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonCloudFormationAsync.setStackPolicyAsync(SetStackPolicyRequest setStackPolicyRequest,
AsyncHandler<SetStackPolicyRequest,Void> asyncHandler)
Sets a stack policy for a specified stack.
|
Future<Void> |
AmazonCloudFormationAsyncClient.setStackPolicyAsync(SetStackPolicyRequest setStackPolicyRequest,
AsyncHandler<SetStackPolicyRequest,Void> asyncHandler)
Sets a stack policy for a specified stack.
|
Modifier and Type | Method and Description |
---|---|
SetStackPolicyRequest |
SetStackPolicyRequest.withStackName(String stackName)
The name or stack ID that you want to associate a policy with.
|
SetStackPolicyRequest |
SetStackPolicyRequest.withStackPolicyBody(String stackPolicyBody)
Structure containing the stack policy body.
|
SetStackPolicyRequest |
SetStackPolicyRequest.withStackPolicyURL(String stackPolicyURL)
Location of a file containing the stack policy.
|
Copyright © 2014. All rights reserved.