Uses of Class
software.amazon.awssdk.services.deadline.model.StorageProfileOperatingSystemFamily
-
Packages that use StorageProfileOperatingSystemFamily Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of StorageProfileOperatingSystemFamily in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return StorageProfileOperatingSystemFamily Modifier and Type Method Description static StorageProfileOperatingSystemFamilyStorageProfileOperatingSystemFamily. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StorageProfileOperatingSystemFamilyCreateStorageProfileRequest. osFamily()The type of operating system (OS) for the storage profile.StorageProfileOperatingSystemFamilyGetStorageProfileForQueueResponse. osFamily()The operating system of the storage profile in the queue.StorageProfileOperatingSystemFamilyGetStorageProfileResponse. osFamily()The operating system (OS) for the storage profile.StorageProfileOperatingSystemFamilyStorageProfileSummary. osFamily()The operating system (OS) family.StorageProfileOperatingSystemFamilyUpdateStorageProfileRequest. osFamily()The OS system to update.static StorageProfileOperatingSystemFamilyStorageProfileOperatingSystemFamily. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageProfileOperatingSystemFamily[]StorageProfileOperatingSystemFamily. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type StorageProfileOperatingSystemFamily Modifier and Type Method Description static Set<StorageProfileOperatingSystemFamily>StorageProfileOperatingSystemFamily. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type StorageProfileOperatingSystemFamily Modifier and Type Method Description CreateStorageProfileRequest.BuilderCreateStorageProfileRequest.Builder. osFamily(StorageProfileOperatingSystemFamily osFamily)The type of operating system (OS) for the storage profile.GetStorageProfileForQueueResponse.BuilderGetStorageProfileForQueueResponse.Builder. osFamily(StorageProfileOperatingSystemFamily osFamily)The operating system of the storage profile in the queue.GetStorageProfileResponse.BuilderGetStorageProfileResponse.Builder. osFamily(StorageProfileOperatingSystemFamily osFamily)The operating system (OS) for the storage profile.StorageProfileSummary.BuilderStorageProfileSummary.Builder. osFamily(StorageProfileOperatingSystemFamily osFamily)The operating system (OS) family.UpdateStorageProfileRequest.BuilderUpdateStorageProfileRequest.Builder. osFamily(StorageProfileOperatingSystemFamily osFamily)The OS system to update.
-