|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetStackPolicyRequest | |
---|---|
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. |
Uses of SetStackPolicyRequest in com.amazonaws.services.cloudformation |
---|
Methods in com.amazonaws.services.cloudformation with parameters of type SetStackPolicyRequest | |
---|---|
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. |
Method parameters in com.amazonaws.services.cloudformation with type arguments of type SetStackPolicyRequest | |
---|---|
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. |
Uses of SetStackPolicyRequest in com.amazonaws.services.cloudformation.model |
---|
Methods in com.amazonaws.services.cloudformation.model that return SetStackPolicyRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |