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