Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackSetAutoDeploymentTargetSummary
-
Packages that use StackSetAutoDeploymentTargetSummary Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of StackSetAutoDeploymentTargetSummary in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackSetAutoDeploymentTargetSummary Modifier and Type Method Description List<StackSetAutoDeploymentTargetSummary>ListStackSetAutoDeploymentTargetsResponse. summaries()An array of summaries of the deployment targets for the StackSet.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackSetAutoDeploymentTargetSummary Modifier and Type Method Description ListStackSetAutoDeploymentTargetsResponse.BuilderListStackSetAutoDeploymentTargetsResponse.Builder. summaries(StackSetAutoDeploymentTargetSummary... summaries)An array of summaries of the deployment targets for the StackSet.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackSetAutoDeploymentTargetSummary Modifier and Type Method Description ListStackSetAutoDeploymentTargetsResponse.BuilderListStackSetAutoDeploymentTargetsResponse.Builder. summaries(Collection<StackSetAutoDeploymentTargetSummary> summaries)An array of summaries of the deployment targets for the StackSet.
-