Uses of Interface
software.amazon.awssdk.services.ssm.model.InstanceAggregatedAssociationOverview.Builder
-
Packages that use InstanceAggregatedAssociationOverview.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of InstanceAggregatedAssociationOverview.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return InstanceAggregatedAssociationOverview.Builder Modifier and Type Method Description static InstanceAggregatedAssociationOverview.BuilderInstanceAggregatedAssociationOverview. builder()InstanceAggregatedAssociationOverview.BuilderInstanceAggregatedAssociationOverview.Builder. detailedStatus(String detailedStatus)Detailed status information about the aggregated associations.InstanceAggregatedAssociationOverview.BuilderInstanceAggregatedAssociationOverview.Builder. instanceAssociationStatusAggregatedCount(Map<String,Integer> instanceAssociationStatusAggregatedCount)The number of associations for the managed nodes.InstanceAggregatedAssociationOverview.BuilderInstanceAggregatedAssociationOverview. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InstanceAggregatedAssociationOverview.Builder Modifier and Type Method Description static Class<? extends InstanceAggregatedAssociationOverview.Builder>InstanceAggregatedAssociationOverview. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type InstanceAggregatedAssociationOverview.Builder Modifier and Type Method Description default InstanceInformation.BuilderInstanceInformation.Builder. associationOverview(Consumer<InstanceAggregatedAssociationOverview.Builder> associationOverview)Information about the association.default InstanceProperty.BuilderInstanceProperty.Builder. associationOverview(Consumer<InstanceAggregatedAssociationOverview.Builder> associationOverview)Sets the value of the AssociationOverview property for this object.
-