Uses of Class
com.amazonaws.services.cloudformation.model.SetStackPolicyRequest
-
Packages that use SetStackPolicyRequest Package Description com.amazonaws.services.cloudformation com.amazonaws.services.cloudformation.model -
-
Uses of SetStackPolicyRequest in com.amazonaws.services.cloudformation
Method parameters in com.amazonaws.services.cloudformation with type arguments of type SetStackPolicyRequest Modifier and Type Method Description Future<SetStackPolicyResult>AbstractAmazonCloudFormationAsync. setStackPolicyAsync(SetStackPolicyRequest request, AsyncHandler<SetStackPolicyRequest,SetStackPolicyResult> asyncHandler)Future<SetStackPolicyResult>AmazonCloudFormationAsync. setStackPolicyAsync(SetStackPolicyRequest setStackPolicyRequest, AsyncHandler<SetStackPolicyRequest,SetStackPolicyResult> asyncHandler)Sets a stack policy for a specified stack.Future<SetStackPolicyResult>AmazonCloudFormationAsyncClient. setStackPolicyAsync(SetStackPolicyRequest request, AsyncHandler<SetStackPolicyRequest,SetStackPolicyResult> asyncHandler) -
Uses of SetStackPolicyRequest in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return SetStackPolicyRequest Modifier and Type Method Description SetStackPolicyRequestSetStackPolicyRequest. clone()SetStackPolicyRequestSetStackPolicyRequest. withStackName(String stackName)The name or unique stack ID that you want to associate a policy with.SetStackPolicyRequestSetStackPolicyRequest. withStackPolicyBody(String stackPolicyBody)Structure containing the stack policy body.SetStackPolicyRequestSetStackPolicyRequest. withStackPolicyURL(String stackPolicyURL)Location of a file containing the stack policy.
-