Uses of Interface
software.amazon.awssdk.services.cloudformation.model.SetStackPolicyRequest.Builder
Packages that use SetStackPolicyRequest.Builder
Package
Description
-
Uses of SetStackPolicyRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type SetStackPolicyRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<SetStackPolicyResponse>CloudFormationAsyncClient.setStackPolicy(Consumer<SetStackPolicyRequest.Builder> setStackPolicyRequest) Sets a stack policy for a specified stack.default SetStackPolicyResponseCloudFormationClient.setStackPolicy(Consumer<SetStackPolicyRequest.Builder> setStackPolicyRequest) Sets a stack policy for a specified stack. -
Uses of SetStackPolicyRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return SetStackPolicyRequest.BuilderModifier and TypeMethodDescriptionSetStackPolicyRequest.builder()SetStackPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SetStackPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The name or unique stack ID that you want to associate a policy with.SetStackPolicyRequest.Builder.stackPolicyBody(String stackPolicyBody) Structure that contains the stack policy body.SetStackPolicyRequest.Builder.stackPolicyURL(String stackPolicyURL) Location of a file that contains the stack policy.SetStackPolicyRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type SetStackPolicyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SetStackPolicyRequest.Builder>SetStackPolicyRequest.serializableBuilderClass()