Uses of Class
software.amazon.awssdk.services.cloudformation.model.SetStackPolicyResponse
-
Packages that use SetStackPolicyResponse Package Description software.amazon.awssdk.services.cloudformation CloudFormation -
-
Uses of SetStackPolicyResponse in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that return SetStackPolicyResponse Modifier and Type Method Description default SetStackPolicyResponseCloudFormationClient. setStackPolicy(Consumer<SetStackPolicyRequest.Builder> setStackPolicyRequest)Sets a stack policy for a specified stack.default SetStackPolicyResponseCloudFormationClient. setStackPolicy(SetStackPolicyRequest setStackPolicyRequest)Sets a stack policy for a specified stack.Methods in software.amazon.awssdk.services.cloudformation that return types with arguments of type SetStackPolicyResponse Modifier and Type Method Description default CompletableFuture<SetStackPolicyResponse>CloudFormationAsyncClient. setStackPolicy(Consumer<SetStackPolicyRequest.Builder> setStackPolicyRequest)Sets a stack policy for a specified stack.default CompletableFuture<SetStackPolicyResponse>CloudFormationAsyncClient. setStackPolicy(SetStackPolicyRequest setStackPolicyRequest)Sets a stack policy for a specified stack.
-