Uses of Class
software.amazon.awssdk.services.ssm.model.FailedCreateAssociation
-
Packages that use FailedCreateAssociation Package Description software.amazon.awssdk.services.ssm.model -
-
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 FailedCreateAssociation Modifier and Type Method Description List<FailedCreateAssociation>CreateAssociationBatchResponse. failed()Information about the associations that failed.Methods in software.amazon.awssdk.services.ssm.model with parameters of type FailedCreateAssociation Modifier and Type Method Description CreateAssociationBatchResponse.BuilderCreateAssociationBatchResponse.Builder. failed(FailedCreateAssociation... failed)Information about the associations that failed.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type FailedCreateAssociation Modifier and Type Method Description CreateAssociationBatchResponse.BuilderCreateAssociationBatchResponse.Builder. failed(Collection<FailedCreateAssociation> failed)Information about the associations that failed.
-