Uses of Class
software.amazon.awssdk.services.fsx.model.S3DataRepositoryConfiguration
-
Packages that use S3DataRepositoryConfiguration Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of S3DataRepositoryConfiguration in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return S3DataRepositoryConfiguration Modifier and Type Method Description S3DataRepositoryConfigurationCreateDataRepositoryAssociationRequest. s3()The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association.S3DataRepositoryConfigurationDataRepositoryAssociation. s3()The configuration for an Amazon S3 data repository linked to an Amazon FSx for Lustre file system with a data repository association.S3DataRepositoryConfigurationUpdateDataRepositoryAssociationRequest. s3()The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association.Methods in software.amazon.awssdk.services.fsx.model with parameters of type S3DataRepositoryConfiguration Modifier and Type Method Description CreateDataRepositoryAssociationRequest.BuilderCreateDataRepositoryAssociationRequest.Builder. s3(S3DataRepositoryConfiguration s3)The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association.DataRepositoryAssociation.BuilderDataRepositoryAssociation.Builder. s3(S3DataRepositoryConfiguration s3)The configuration for an Amazon S3 data repository linked to an Amazon FSx for Lustre file system with a data repository association.UpdateDataRepositoryAssociationRequest.BuilderUpdateDataRepositoryAssociationRequest.Builder. s3(S3DataRepositoryConfiguration s3)The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association.
-