Uses of Class
software.amazon.awssdk.services.nimble.model.SharedFileSystemConfiguration
-
Packages that use SharedFileSystemConfiguration Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of SharedFileSystemConfiguration in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return SharedFileSystemConfiguration Modifier and Type Method Description SharedFileSystemConfigurationStudioComponentConfiguration. sharedFileSystemConfiguration()The configuration for a shared file storage system that is associated with a studio resource.Methods in software.amazon.awssdk.services.nimble.model with parameters of type SharedFileSystemConfiguration Modifier and Type Method Description static StudioComponentConfigurationStudioComponentConfiguration. fromSharedFileSystemConfiguration(SharedFileSystemConfiguration sharedFileSystemConfiguration)Create an instance of this class withStudioComponentConfiguration.sharedFileSystemConfiguration()initialized to the given value.StudioComponentConfiguration.BuilderStudioComponentConfiguration.Builder. sharedFileSystemConfiguration(SharedFileSystemConfiguration sharedFileSystemConfiguration)The configuration for a shared file storage system that is associated with a studio resource.
-