Uses of Class
software.amazon.awssdk.services.cloudformation.model.SetStackPolicyResponse
Packages that use SetStackPolicyResponse
-
Uses of SetStackPolicyResponse in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that return SetStackPolicyResponseModifier and TypeMethodDescriptiondefault 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 SetStackPolicyResponseModifier and TypeMethodDescriptiondefault 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.