Uses of Class
software.amazon.awssdk.services.fsx.model.ReleaseConfiguration
-
Packages that use ReleaseConfiguration Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of ReleaseConfiguration in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return ReleaseConfiguration Modifier and Type Method Description ReleaseConfigurationCreateDataRepositoryTaskRequest. releaseConfiguration()The configuration that specifies the last accessed time criteria for files that will be released from an Amazon FSx for Lustre file system.ReleaseConfigurationDataRepositoryTask. releaseConfiguration()The configuration that specifies the last accessed time criteria for files that will be released from an Amazon FSx for Lustre file system.Methods in software.amazon.awssdk.services.fsx.model with parameters of type ReleaseConfiguration Modifier and Type Method Description CreateDataRepositoryTaskRequest.BuilderCreateDataRepositoryTaskRequest.Builder. releaseConfiguration(ReleaseConfiguration releaseConfiguration)The configuration that specifies the last accessed time criteria for files that will be released from an Amazon FSx for Lustre file system.DataRepositoryTask.BuilderDataRepositoryTask.Builder. releaseConfiguration(ReleaseConfiguration releaseConfiguration)The configuration that specifies the last accessed time criteria for files that will be released from an Amazon FSx for Lustre file system.
-