Uses of Interface
software.amazon.awssdk.services.cloudformation.model.GetStackPolicyRequest.Builder
-
Packages that use GetStackPolicyRequest.Builder Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.model -
-
Uses of GetStackPolicyRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type GetStackPolicyRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static GetStackPolicyRequest.BuilderGetStackPolicyRequest. builder()GetStackPolicyRequest.BuilderGetStackPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetStackPolicyRequest.BuilderGetStackPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetStackPolicyRequest.BuilderGetStackPolicyRequest.Builder. stackName(String stackName)The name or unique stack ID that's associated with the stack whose policy you want to get.GetStackPolicyRequest.BuilderGetStackPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type GetStackPolicyRequest.Builder Modifier and Type Method Description static Class<? extends GetStackPolicyRequest.Builder>GetStackPolicyRequest. serializableBuilderClass()
-