| Package | Description |
|---|---|
| com.amazonaws.services.deadline |
The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects.
|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateStorageProfileResult> |
AbstractAWSDeadlineAsync.createStorageProfileAsync(CreateStorageProfileRequest request,
AsyncHandler<CreateStorageProfileRequest,CreateStorageProfileResult> asyncHandler) |
Future<CreateStorageProfileResult> |
AWSDeadlineAsyncClient.createStorageProfileAsync(CreateStorageProfileRequest request,
AsyncHandler<CreateStorageProfileRequest,CreateStorageProfileResult> asyncHandler) |
Future<CreateStorageProfileResult> |
AWSDeadlineAsync.createStorageProfileAsync(CreateStorageProfileRequest createStorageProfileRequest,
AsyncHandler<CreateStorageProfileRequest,CreateStorageProfileResult> asyncHandler)
Creates a storage profile that specifies the operating system, file type, and file location of resources used on
a farm.
|
| Modifier and Type | Method and Description |
|---|---|
CreateStorageProfileRequest |
CreateStorageProfileRequest.clone() |
CreateStorageProfileRequest |
CreateStorageProfileRequest.withClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
|
CreateStorageProfileRequest |
CreateStorageProfileRequest.withDisplayName(String displayName)
The display name of the storage profile.
|
CreateStorageProfileRequest |
CreateStorageProfileRequest.withFarmId(String farmId)
The farm ID of the farm to connect to the storage profile.
|
CreateStorageProfileRequest |
CreateStorageProfileRequest.withFileSystemLocations(Collection<FileSystemLocation> fileSystemLocations)
File system paths to include in the storage profile.
|
CreateStorageProfileRequest |
CreateStorageProfileRequest.withFileSystemLocations(FileSystemLocation... fileSystemLocations)
File system paths to include in the storage profile.
|
CreateStorageProfileRequest |
CreateStorageProfileRequest.withOsFamily(StorageProfileOperatingSystemFamily osFamily)
The type of operating system (OS) for the storage profile.
|
CreateStorageProfileRequest |
CreateStorageProfileRequest.withOsFamily(String osFamily)
The type of operating system (OS) for the storage profile.
|
Copyright © 2024. All rights reserved.