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 FailedCreateAssociation
FailedCreateAssociation. clone()
FailedCreateAssociation
FailedCreateAssociation. withEntry(CreateAssociationBatchRequestEntry entry)
The association.FailedCreateAssociation
FailedCreateAssociation. withFault(Fault fault)
The source of the failure.FailedCreateAssociation
FailedCreateAssociation. withFault(String fault)
The source of the failure.FailedCreateAssociation
FailedCreateAssociation. 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 CreateAssociationBatchResult
CreateAssociationBatchResult. 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 void
CreateAssociationBatchResult. setFailed(Collection<FailedCreateAssociation> failed)
Information about the associations that failed.CreateAssociationBatchResult
CreateAssociationBatchResult. withFailed(Collection<FailedCreateAssociation> failed)
Information about the associations that failed.
-