Uses of Class
com.cloudera.cdp.datalake.model.InternalBackupRestoreState
-
Packages that use InternalBackupRestoreState Package Description com.cloudera.cdp.datalake.model -
-
Uses of InternalBackupRestoreState in com.cloudera.cdp.datalake.model
Methods in com.cloudera.cdp.datalake.model that return InternalBackupRestoreState Modifier and Type Method Description InternalBackupRestoreState
BackupDatalakeResponse. getOperationStates()
Getter for operationStates.InternalBackupRestoreState
BackupDatalakeStatusResponse. getOperationStates()
Getter for operationStates.InternalBackupRestoreState
RestoreDatalakeResponse. getOperationStates()
Getter for operationStates.InternalBackupRestoreState
RestoreDatalakeStatusResponse. getOperationStates()
Getter for operationStates.Methods in com.cloudera.cdp.datalake.model with parameters of type InternalBackupRestoreState Modifier and Type Method Description void
BackupDatalakeResponse. setOperationStates(InternalBackupRestoreState operationStates)
Setter for operationStates.void
BackupDatalakeStatusResponse. setOperationStates(InternalBackupRestoreState operationStates)
Setter for operationStates.void
RestoreDatalakeResponse. setOperationStates(InternalBackupRestoreState operationStates)
Setter for operationStates.void
RestoreDatalakeStatusResponse. setOperationStates(InternalBackupRestoreState operationStates)
Setter for operationStates.
-