Uses of Class
software.amazon.awssdk.services.ssm.model.AssociationDescription
-
Packages that use AssociationDescription Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of AssociationDescription in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return AssociationDescription Modifier and Type Method Description AssociationDescriptionCreateAssociationResponse. associationDescription()Information about the association.AssociationDescriptionDescribeAssociationResponse. associationDescription()Information about the association.AssociationDescriptionUpdateAssociationResponse. associationDescription()The description of the association that was updated.AssociationDescriptionUpdateAssociationStatusResponse. associationDescription()Information about the association.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AssociationDescription Modifier and Type Method Description List<AssociationDescription>CreateAssociationBatchResponse. successful()Information about the associations that succeeded.Methods in software.amazon.awssdk.services.ssm.model with parameters of type AssociationDescription Modifier and Type Method Description CreateAssociationResponse.BuilderCreateAssociationResponse.Builder. associationDescription(AssociationDescription associationDescription)Information about the association.DescribeAssociationResponse.BuilderDescribeAssociationResponse.Builder. associationDescription(AssociationDescription associationDescription)Information about the association.UpdateAssociationResponse.BuilderUpdateAssociationResponse.Builder. associationDescription(AssociationDescription associationDescription)The description of the association that was updated.UpdateAssociationStatusResponse.BuilderUpdateAssociationStatusResponse.Builder. associationDescription(AssociationDescription associationDescription)Information about the association.CreateAssociationBatchResponse.BuilderCreateAssociationBatchResponse.Builder. successful(AssociationDescription... successful)Information about the associations that succeeded.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type AssociationDescription Modifier and Type Method Description CreateAssociationBatchResponse.BuilderCreateAssociationBatchResponse.Builder. successful(Collection<AssociationDescription> successful)Information about the associations that succeeded.
-