| 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 |
|---|---|
void |
AmazonCloudFormationClient.setStackPolicy(SetStackPolicyRequest setStackPolicyRequest)
Sets a stack policy for a specified stack.
|
void |
AmazonCloudFormation.setStackPolicy(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)
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.
|
Future<Void> |
AmazonCloudFormationAsync.setStackPolicyAsync(SetStackPolicyRequest setStackPolicyRequest,
AsyncHandler<SetStackPolicyRequest,Void> asyncHandler)
Sets a stack policy for a specified stack.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonCloudFormationAsyncClient.setStackPolicyAsync(SetStackPolicyRequest setStackPolicyRequest,
AsyncHandler<SetStackPolicyRequest,Void> asyncHandler)
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.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Request<SetStackPolicyRequest> |
SetStackPolicyRequestMarshaller.marshall(SetStackPolicyRequest setStackPolicyRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<SetStackPolicyRequest> |
SetStackPolicyRequestMarshaller.marshall(SetStackPolicyRequest setStackPolicyRequest) |
Copyright © 2016. All rights reserved.