Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ListStackSetAutoDeploymentTargetsRequest.Builder
-
Packages that use ListStackSetAutoDeploymentTargetsRequest.Builder Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.model -
-
Uses of ListStackSetAutoDeploymentTargetsRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type ListStackSetAutoDeploymentTargetsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListStackSetAutoDeploymentTargetsResponse>CloudFormationAsyncClient. listStackSetAutoDeploymentTargets(Consumer<ListStackSetAutoDeploymentTargetsRequest.Builder> listStackSetAutoDeploymentTargetsRequest)Returns summary information about deployment targets for a StackSet.default ListStackSetAutoDeploymentTargetsResponseCloudFormationClient. listStackSetAutoDeploymentTargets(Consumer<ListStackSetAutoDeploymentTargetsRequest.Builder> listStackSetAutoDeploymentTargetsRequest)Returns summary information about deployment targets for a StackSet. -
Uses of ListStackSetAutoDeploymentTargetsRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ListStackSetAutoDeploymentTargetsRequest.Builder Modifier and Type Method Description static ListStackSetAutoDeploymentTargetsRequest.BuilderListStackSetAutoDeploymentTargetsRequest. builder()ListStackSetAutoDeploymentTargetsRequest.BuilderListStackSetAutoDeploymentTargetsRequest.Builder. callAs(String callAs)Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.ListStackSetAutoDeploymentTargetsRequest.BuilderListStackSetAutoDeploymentTargetsRequest.Builder. callAs(CallAs callAs)Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.ListStackSetAutoDeploymentTargetsRequest.BuilderListStackSetAutoDeploymentTargetsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned with a single call.ListStackSetAutoDeploymentTargetsRequest.BuilderListStackSetAutoDeploymentTargetsRequest.Builder. nextToken(String nextToken)The token for the next set of items to return.ListStackSetAutoDeploymentTargetsRequest.BuilderListStackSetAutoDeploymentTargetsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStackSetAutoDeploymentTargetsRequest.BuilderListStackSetAutoDeploymentTargetsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStackSetAutoDeploymentTargetsRequest.BuilderListStackSetAutoDeploymentTargetsRequest.Builder. stackSetName(String stackSetName)The name or unique ID of the StackSet that you want to get automatic deployment targets for.ListStackSetAutoDeploymentTargetsRequest.BuilderListStackSetAutoDeploymentTargetsRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ListStackSetAutoDeploymentTargetsRequest.Builder Modifier and Type Method Description static Class<? extends ListStackSetAutoDeploymentTargetsRequest.Builder>ListStackSetAutoDeploymentTargetsRequest. serializableBuilderClass()
-