Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.FailedCreateAssociation
Packages that use FailedCreateAssociation
-
Uses of FailedCreateAssociation in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return FailedCreateAssociationModifier and TypeMethodDescriptionFailedCreateAssociation.clone()
FailedCreateAssociation.withEntry
(CreateAssociationBatchRequestEntry entry) The association.The source of the failure.The source of the failure.FailedCreateAssociation.withMessage
(String message) A description of the failure.Methods in com.amazonaws.services.simplesystemsmanagement.model that return types with arguments of type FailedCreateAssociationModifier and TypeMethodDescriptionCreateAssociationBatchResult.getFailed()
Information about the associations that failed.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type FailedCreateAssociationModifier and TypeMethodDescriptionCreateAssociationBatchResult.withFailed
(FailedCreateAssociation... failed) Information about the associations that failed.Method parameters in com.amazonaws.services.simplesystemsmanagement.model with type arguments of type FailedCreateAssociationModifier and TypeMethodDescriptionvoid
CreateAssociationBatchResult.setFailed
(Collection<FailedCreateAssociation> failed) Information about the associations that failed.CreateAssociationBatchResult.withFailed
(Collection<FailedCreateAssociation> failed) Information about the associations that failed.