Uses of Class
software.amazon.awssdk.services.fsx.model.AdministrativeAction
-
Packages that use AdministrativeAction Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of AdministrativeAction in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type AdministrativeAction Modifier and Type Method Description List<AdministrativeAction>CopySnapshotAndUpdateVolumeResponse. administrativeActions()A list of administrative actions for the file system that are in process or waiting to be processed.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.Methods in software.amazon.awssdk.services.fsx.model with parameters of type AdministrativeAction Modifier and Type Method Description CopySnapshotAndUpdateVolumeResponse.BuilderCopySnapshotAndUpdateVolumeResponse.Builder. administrativeActions(AdministrativeAction... administrativeActions)A list of administrative actions for the file system that are in process or waiting to be processed.FileSystem.BuilderFileSystem.Builder. administrativeActions(AdministrativeAction... administrativeActions)A list of administrative actions for the file system that are in process or waiting to be processed.RestoreVolumeFromSnapshotResponse.BuilderRestoreVolumeFromSnapshotResponse.Builder. administrativeActions(AdministrativeAction... administrativeActions)A list of administrative actions for the file system that are in process or waiting to be processed.Snapshot.BuilderSnapshot.Builder. administrativeActions(AdministrativeAction... administrativeActions)A list of administrative actions for the file system that are in process or waiting to be processed.Volume.BuilderVolume.Builder. administrativeActions(AdministrativeAction... administrativeActions)A list of administrative actions for the volume that are in process or waiting to be processed.Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type AdministrativeAction Modifier and Type Method Description CopySnapshotAndUpdateVolumeResponse.BuilderCopySnapshotAndUpdateVolumeResponse.Builder. administrativeActions(Collection<AdministrativeAction> administrativeActions)A list of administrative actions for the file system that are in process or waiting to be processed.FileSystem.BuilderFileSystem.Builder. administrativeActions(Collection<AdministrativeAction> administrativeActions)A list of administrative actions for the file system that are in process or waiting to be processed.RestoreVolumeFromSnapshotResponse.BuilderRestoreVolumeFromSnapshotResponse.Builder. administrativeActions(Collection<AdministrativeAction> administrativeActions)A list of administrative actions for the file system that are in process or waiting to be processed.Snapshot.BuilderSnapshot.Builder. administrativeActions(Collection<AdministrativeAction> administrativeActions)A list of administrative actions for the file system that are in process or waiting to be processed.Volume.BuilderVolume.Builder. administrativeActions(Collection<AdministrativeAction> administrativeActions)A list of administrative actions for the volume that are in process or waiting to be processed.
-