Uses of Interface
software.amazon.awssdk.services.cloudformation.model.GetStackPolicyRequest.Builder
Packages that use GetStackPolicyRequest.Builder
Package
Description
-
Uses of GetStackPolicyRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type GetStackPolicyRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetStackPolicyResponse>CloudFormationAsyncClient.getStackPolicy(Consumer<GetStackPolicyRequest.Builder> getStackPolicyRequest) Returns the stack policy for a specified stack.default GetStackPolicyResponseCloudFormationClient.getStackPolicy(Consumer<GetStackPolicyRequest.Builder> getStackPolicyRequest) Returns the stack policy for a specified stack. -
Uses of GetStackPolicyRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return GetStackPolicyRequest.BuilderModifier and TypeMethodDescriptionGetStackPolicyRequest.builder()GetStackPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetStackPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The name or unique stack ID that's associated with the stack whose policy you want to get.GetStackPolicyRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type GetStackPolicyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetStackPolicyRequest.Builder>GetStackPolicyRequest.serializableBuilderClass()