Uses of Interface
software.amazon.awssdk.services.cloudformation.model.DescribeStackSetRequest.Builder
-
Packages that use DescribeStackSetRequest.Builder Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.model -
-
Uses of DescribeStackSetRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type DescribeStackSetRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeStackSetResponse>CloudFormationAsyncClient. describeStackSet(Consumer<DescribeStackSetRequest.Builder> describeStackSetRequest)Returns the description of the specified StackSet.default DescribeStackSetResponseCloudFormationClient. describeStackSet(Consumer<DescribeStackSetRequest.Builder> describeStackSetRequest)Returns the description of the specified StackSet. -
Uses of DescribeStackSetRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DescribeStackSetRequest.Builder Modifier and Type Method Description static DescribeStackSetRequest.BuilderDescribeStackSetRequest. builder()DescribeStackSetRequest.BuilderDescribeStackSetRequest.Builder. callAs(String callAs)[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.DescribeStackSetRequest.BuilderDescribeStackSetRequest.Builder. callAs(CallAs callAs)[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.DescribeStackSetRequest.BuilderDescribeStackSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeStackSetRequest.BuilderDescribeStackSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeStackSetRequest.BuilderDescribeStackSetRequest.Builder. stackSetName(String stackSetName)The name or unique ID of the StackSet whose description you want.DescribeStackSetRequest.BuilderDescribeStackSetRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DescribeStackSetRequest.Builder Modifier and Type Method Description static Class<? extends DescribeStackSetRequest.Builder>DescribeStackSetRequest. serializableBuilderClass()
-