| 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 |
|---|---|
GetStorageProfileResult |
AbstractAWSDeadline.getStorageProfile(GetStorageProfileRequest request) |
GetStorageProfileResult |
AWSDeadlineClient.getStorageProfile(GetStorageProfileRequest request)
Gets a storage profile.
|
GetStorageProfileResult |
AWSDeadline.getStorageProfile(GetStorageProfileRequest getStorageProfileRequest)
Gets a storage profile.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetStorageProfileResult> |
AbstractAWSDeadlineAsync.getStorageProfileAsync(GetStorageProfileRequest request,
AsyncHandler<GetStorageProfileRequest,GetStorageProfileResult> asyncHandler) |
Future<GetStorageProfileResult> |
AWSDeadlineAsyncClient.getStorageProfileAsync(GetStorageProfileRequest request,
AsyncHandler<GetStorageProfileRequest,GetStorageProfileResult> asyncHandler) |
Future<GetStorageProfileResult> |
AWSDeadlineAsync.getStorageProfileAsync(GetStorageProfileRequest getStorageProfileRequest,
AsyncHandler<GetStorageProfileRequest,GetStorageProfileResult> asyncHandler)
Gets a storage profile.
|
| Modifier and Type | Method and Description |
|---|---|
GetStorageProfileResult |
GetStorageProfileResult.clone() |
GetStorageProfileResult |
GetStorageProfileResult.withCreatedAt(Date createdAt)
The date and time the resource was created.
|
GetStorageProfileResult |
GetStorageProfileResult.withCreatedBy(String createdBy)
The user or system that created this resource.
|
GetStorageProfileResult |
GetStorageProfileResult.withDisplayName(String displayName)
The display name of the storage profile.
|
GetStorageProfileResult |
GetStorageProfileResult.withFileSystemLocations(Collection<FileSystemLocation> fileSystemLocations)
The location of the files for the storage profile.
|
GetStorageProfileResult |
GetStorageProfileResult.withFileSystemLocations(FileSystemLocation... fileSystemLocations)
The location of the files for the storage profile.
|
GetStorageProfileResult |
GetStorageProfileResult.withOsFamily(StorageProfileOperatingSystemFamily osFamily)
The operating system (OS) for the storage profile.
|
GetStorageProfileResult |
GetStorageProfileResult.withOsFamily(String osFamily)
The operating system (OS) for the storage profile.
|
GetStorageProfileResult |
GetStorageProfileResult.withStorageProfileId(String storageProfileId)
The storage profile ID.
|
GetStorageProfileResult |
GetStorageProfileResult.withUpdatedAt(Date updatedAt)
The date and time the resource was updated.
|
GetStorageProfileResult |
GetStorageProfileResult.withUpdatedBy(String updatedBy)
The user or system that updated this resource.
|
Copyright © 2025. All rights reserved.