Uses of Class
com.oracle.bmc.datasafe.requests.ListCollectedAuditVolumesRequest
-
Packages that use ListCollectedAuditVolumesRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ListCollectedAuditVolumesRequest in com.oracle.bmc.datasafe
Method parameters in com.oracle.bmc.datasafe with type arguments of type ListCollectedAuditVolumesRequest Modifier and Type Method Description Future<ListCollectedAuditVolumesResponse>DataSafeAsync. listCollectedAuditVolumes(ListCollectedAuditVolumesRequest request, AsyncHandler<ListCollectedAuditVolumesRequest,ListCollectedAuditVolumesResponse> handler)Gets a list of all collected audit volume data points.Future<ListCollectedAuditVolumesResponse>DataSafeAsyncClient. listCollectedAuditVolumes(ListCollectedAuditVolumesRequest request, AsyncHandler<ListCollectedAuditVolumesRequest,ListCollectedAuditVolumesResponse> handler) -
Uses of ListCollectedAuditVolumesRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListCollectedAuditVolumesRequest Modifier and Type Method Description ListCollectedAuditVolumesRequestListCollectedAuditVolumesRequest.Builder. build()Build the instance of ListCollectedAuditVolumesRequest as configured by this builderListCollectedAuditVolumesRequestListCollectedAuditVolumesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListCollectedAuditVolumesRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ListCollectedAuditVolumesRequest Modifier and Type Method Description ListCollectedAuditVolumesRequest.BuilderListCollectedAuditVolumesRequest.Builder. copy(ListCollectedAuditVolumesRequest o)Copy method to populate the builder with values from the given instance.
-