Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackSetAutoDeploymentTargetSummary
Packages that use StackSetAutoDeploymentTargetSummary
-
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 StackSetAutoDeploymentTargetSummaryModifier and TypeMethodDescriptionListStackSetAutoDeploymentTargetsResponse.summaries()An array of summaries of the deployment targets for the StackSet.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackSetAutoDeploymentTargetSummaryModifier and TypeMethodDescriptionListStackSetAutoDeploymentTargetsResponse.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 StackSetAutoDeploymentTargetSummaryModifier and TypeMethodDescriptionListStackSetAutoDeploymentTargetsResponse.Builder.summaries(Collection<StackSetAutoDeploymentTargetSummary> summaries) An array of summaries of the deployment targets for the StackSet.