Uses of Class
com.oracle.bmc.datasafe.model.AvailableAuditVolumeSummary
-
Packages that use AvailableAuditVolumeSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of AvailableAuditVolumeSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type AvailableAuditVolumeSummary Modifier and Type Method Description Iterable<AvailableAuditVolumeSummary>
DataSafePaginators. listAvailableAuditVolumesRecordIterator(ListAvailableAuditVolumesRequest request)
Creates a new iterable which will iterate over theAvailableAuditVolumeSummary
objects contained in responses from the listAvailableAuditVolumes operation. -
Uses of AvailableAuditVolumeSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AvailableAuditVolumeSummary Modifier and Type Method Description AvailableAuditVolumeSummary
AvailableAuditVolumeSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type AvailableAuditVolumeSummary Modifier and Type Method Description List<AvailableAuditVolumeSummary>
AvailableAuditVolumeCollection. getItems()
Array of available audit volume summary.Methods in com.oracle.bmc.datasafe.model with parameters of type AvailableAuditVolumeSummary Modifier and Type Method Description AvailableAuditVolumeSummary.Builder
AvailableAuditVolumeSummary.Builder. copy(AvailableAuditVolumeSummary model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type AvailableAuditVolumeSummary Modifier and Type Method Description AvailableAuditVolumeCollection.Builder
AvailableAuditVolumeCollection.Builder. items(List<AvailableAuditVolumeSummary> items)
Array of available audit volume summary.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type AvailableAuditVolumeSummary Constructor Description AvailableAuditVolumeCollection(List<AvailableAuditVolumeSummary> items)
Deprecated.
-