Uses of Class
software.amazon.awssdk.services.ssm.model.AssociationDescription
Packages that use AssociationDescription
-
Uses of AssociationDescription in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return AssociationDescriptionModifier and TypeMethodDescriptionfinal AssociationDescriptionCreateAssociationResponse.associationDescription()Information about the association.final AssociationDescriptionDescribeAssociationResponse.associationDescription()Information about the association.final AssociationDescriptionUpdateAssociationResponse.associationDescription()The description of the association that was updated.final AssociationDescriptionUpdateAssociationStatusResponse.associationDescription()Information about the association.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AssociationDescriptionModifier and TypeMethodDescriptionfinal List<AssociationDescription>CreateAssociationBatchResponse.successful()Information about the associations that succeeded.Methods in software.amazon.awssdk.services.ssm.model with parameters of type AssociationDescriptionModifier and TypeMethodDescriptionCreateAssociationResponse.Builder.associationDescription(AssociationDescription associationDescription) Information about the association.DescribeAssociationResponse.Builder.associationDescription(AssociationDescription associationDescription) Information about the association.UpdateAssociationResponse.Builder.associationDescription(AssociationDescription associationDescription) The description of the association that was updated.UpdateAssociationStatusResponse.Builder.associationDescription(AssociationDescription associationDescription) Information about the association.CreateAssociationBatchResponse.Builder.successful(AssociationDescription... successful) Information about the associations that succeeded.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type AssociationDescriptionModifier and TypeMethodDescriptionCreateAssociationBatchResponse.Builder.successful(Collection<AssociationDescription> successful) Information about the associations that succeeded.