Uses of Class
software.amazon.awssdk.services.ssm.model.FailedCreateAssociation
Packages that use FailedCreateAssociation
-
Uses of FailedCreateAssociation in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type FailedCreateAssociationModifier and TypeMethodDescriptionfinal List<FailedCreateAssociation>CreateAssociationBatchResponse.failed()Information about the associations that failed.Methods in software.amazon.awssdk.services.ssm.model with parameters of type FailedCreateAssociationModifier and TypeMethodDescriptionCreateAssociationBatchResponse.Builder.failed(FailedCreateAssociation... failed) Information about the associations that failed.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type FailedCreateAssociationModifier and TypeMethodDescriptionCreateAssociationBatchResponse.Builder.failed(Collection<FailedCreateAssociation> failed) Information about the associations that failed.