Uses of Interface
software.amazon.awssdk.services.ssm.model.InstanceAggregatedAssociationOverview.Builder
Packages that use InstanceAggregatedAssociationOverview.Builder
-
Uses of InstanceAggregatedAssociationOverview.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return InstanceAggregatedAssociationOverview.BuilderModifier and TypeMethodDescriptionInstanceAggregatedAssociationOverview.builder()InstanceAggregatedAssociationOverview.Builder.detailedStatus(String detailedStatus) Detailed status information about the aggregated associations.InstanceAggregatedAssociationOverview.Builder.instanceAssociationStatusAggregatedCount(Map<String, Integer> instanceAssociationStatusAggregatedCount) The number of associations for the managed nodes.InstanceAggregatedAssociationOverview.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InstanceAggregatedAssociationOverview.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstanceAggregatedAssociationOverview.Builder>InstanceAggregatedAssociationOverview.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type InstanceAggregatedAssociationOverview.BuilderModifier and TypeMethodDescriptiondefault 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.