Uses of Class
software.amazon.awssdk.services.ssm.model.InstanceAggregatedAssociationOverview
-
Packages that use InstanceAggregatedAssociationOverview Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of InstanceAggregatedAssociationOverview in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return InstanceAggregatedAssociationOverview Modifier and Type Method Description InstanceAggregatedAssociationOverviewInstanceInformation. associationOverview()Information about the association.InstanceAggregatedAssociationOverviewInstanceProperty. associationOverview()Returns the value of the AssociationOverview property for this object.Methods in software.amazon.awssdk.services.ssm.model with parameters of type InstanceAggregatedAssociationOverview Modifier and Type Method Description InstanceInformation.BuilderInstanceInformation.Builder. associationOverview(InstanceAggregatedAssociationOverview associationOverview)Information about the association.InstanceProperty.BuilderInstanceProperty.Builder. associationOverview(InstanceAggregatedAssociationOverview associationOverview)Sets the value of the AssociationOverview property for this object.
-