| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
List<AdministrativeAction> |
FileSystem.administrativeActions()
A list of administrative actions for the file system that are in process or waiting to be processed.
|
List<AdministrativeAction> |
RestoreVolumeFromSnapshotResponse.administrativeActions()
A list of administrative actions for the file system that are in process or waiting to be processed.
|
List<AdministrativeAction> |
Snapshot.administrativeActions()
A list of administrative actions for the file system that are in process or waiting to be processed.
|
List<AdministrativeAction> |
Volume.administrativeActions()
A list of administrative actions for the volume that are in process or waiting to be processed.
|
| Modifier and Type | Method and Description |
|---|---|
FileSystem.Builder |
FileSystem.Builder.administrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
RestoreVolumeFromSnapshotResponse.Builder |
RestoreVolumeFromSnapshotResponse.Builder.administrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
Snapshot.Builder |
Snapshot.Builder.administrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
Volume.Builder |
Volume.Builder.administrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the volume that are in process or waiting to be processed.
|
| Modifier and Type | Method and Description |
|---|---|
FileSystem.Builder |
FileSystem.Builder.administrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
RestoreVolumeFromSnapshotResponse.Builder |
RestoreVolumeFromSnapshotResponse.Builder.administrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
Snapshot.Builder |
Snapshot.Builder.administrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
Volume.Builder |
Volume.Builder.administrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the volume that are in process or waiting to be processed.
|
Copyright © 2023. All rights reserved.