Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.FailedCreateAssociation
-
Packages that use FailedCreateAssociation Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of FailedCreateAssociation in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return FailedCreateAssociation Modifier and Type Method Description FailedCreateAssociationFailedCreateAssociation. clone()FailedCreateAssociationFailedCreateAssociation. withEntry(CreateAssociationBatchRequestEntry entry)The association.FailedCreateAssociationFailedCreateAssociation. withFault(Fault fault)The source of the failure.FailedCreateAssociationFailedCreateAssociation. withFault(String fault)The source of the failure.FailedCreateAssociationFailedCreateAssociation. withMessage(String message)A description of the failure.Methods in com.amazonaws.services.simplesystemsmanagement.model that return types with arguments of type FailedCreateAssociation Modifier and Type Method Description List<FailedCreateAssociation>CreateAssociationBatchResult. getFailed()Information about the associations that failed.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type FailedCreateAssociation Modifier and Type Method Description CreateAssociationBatchResultCreateAssociationBatchResult. withFailed(FailedCreateAssociation... failed)Information about the associations that failed.Method parameters in com.amazonaws.services.simplesystemsmanagement.model with type arguments of type FailedCreateAssociation Modifier and Type Method Description voidCreateAssociationBatchResult. setFailed(Collection<FailedCreateAssociation> failed)Information about the associations that failed.CreateAssociationBatchResultCreateAssociationBatchResult. withFailed(Collection<FailedCreateAssociation> failed)Information about the associations that failed.
-