Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.AssociationDescription
Packages that use AssociationDescription
-
Uses of AssociationDescription in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return AssociationDescriptionModifier and TypeMethodDescriptionAssociationDescription.addParametersEntry(String key, List<String> value) AssociationDescription.clearParametersEntries()Removes all the entries added into Parameters.AssociationDescription.clone()CreateAssociationResult.getAssociationDescription()Information about the association.DescribeAssociationResult.getAssociationDescription()Information about the association.UpdateAssociationStatusResult.getAssociationDescription()Information about the association.The date when the association was made.AssociationDescription.withInstanceId(String instanceId) The ID of the instance.The name of the SSM document.AssociationDescription.withParameters(Map<String, List<String>> parameters) A description of the parameters for a document.AssociationDescription.withStatus(AssociationStatus status) The association status.Methods in com.amazonaws.services.simplesystemsmanagement.model that return types with arguments of type AssociationDescriptionModifier and TypeMethodDescriptionCreateAssociationBatchResult.getSuccessful()Information about the associations that succeeded.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type AssociationDescriptionModifier and TypeMethodDescriptionvoidCreateAssociationResult.setAssociationDescription(AssociationDescription associationDescription) Information about the association.voidDescribeAssociationResult.setAssociationDescription(AssociationDescription associationDescription) Information about the association.voidUpdateAssociationStatusResult.setAssociationDescription(AssociationDescription associationDescription) Information about the association.CreateAssociationResult.withAssociationDescription(AssociationDescription associationDescription) Information about the association.DescribeAssociationResult.withAssociationDescription(AssociationDescription associationDescription) Information about the association.UpdateAssociationStatusResult.withAssociationDescription(AssociationDescription associationDescription) Information about the association.CreateAssociationBatchResult.withSuccessful(AssociationDescription... successful) Information about the associations that succeeded.Method parameters in com.amazonaws.services.simplesystemsmanagement.model with type arguments of type AssociationDescriptionModifier and TypeMethodDescriptionvoidCreateAssociationBatchResult.setSuccessful(Collection<AssociationDescription> successful) Information about the associations that succeeded.CreateAssociationBatchResult.withSuccessful(Collection<AssociationDescription> successful) Information about the associations that succeeded.