Uses of Class
software.amazon.awssdk.services.fsx.model.FileCacheDataRepositoryAssociation
-
Packages that use FileCacheDataRepositoryAssociation Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of FileCacheDataRepositoryAssociation in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type FileCacheDataRepositoryAssociation Modifier and Type Method Description List<FileCacheDataRepositoryAssociation>CreateFileCacheRequest. dataRepositoryAssociations()A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache creation.Methods in software.amazon.awssdk.services.fsx.model with parameters of type FileCacheDataRepositoryAssociation Modifier and Type Method Description CreateFileCacheRequest.BuilderCreateFileCacheRequest.Builder. dataRepositoryAssociations(FileCacheDataRepositoryAssociation... dataRepositoryAssociations)A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache creation.Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type FileCacheDataRepositoryAssociation Modifier and Type Method Description CreateFileCacheRequest.BuilderCreateFileCacheRequest.Builder. dataRepositoryAssociations(Collection<FileCacheDataRepositoryAssociation> dataRepositoryAssociations)A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache creation.
-