Uses of Class
software.amazon.awssdk.services.deadline.model.CreateStorageProfileRequest
-
Packages that use CreateStorageProfileRequest Package Description software.amazon.awssdk.services.deadline The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects.software.amazon.awssdk.services.deadline.transform -
-
Uses of CreateStorageProfileRequest in software.amazon.awssdk.services.deadline
Methods in software.amazon.awssdk.services.deadline with parameters of type CreateStorageProfileRequest Modifier and Type Method Description default CompletableFuture<CreateStorageProfileResponse>DeadlineAsyncClient. createStorageProfile(CreateStorageProfileRequest createStorageProfileRequest)Creates a storage profile that specifies the operating system, file type, and file location of resources used on a farm.default CreateStorageProfileResponseDeadlineClient. createStorageProfile(CreateStorageProfileRequest createStorageProfileRequest)Creates a storage profile that specifies the operating system, file type, and file location of resources used on a farm. -
Uses of CreateStorageProfileRequest in software.amazon.awssdk.services.deadline.transform
Methods in software.amazon.awssdk.services.deadline.transform with parameters of type CreateStorageProfileRequest Modifier and Type Method Description SdkHttpFullRequestCreateStorageProfileRequestMarshaller. marshall(CreateStorageProfileRequest createStorageProfileRequest)
-