Uses of Class
com.oracle.bmc.datasafe.responses.ListCollectedAuditVolumesResponse
- 
Packages that use ListCollectedAuditVolumesResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses  - 
- 
Uses of ListCollectedAuditVolumesResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListCollectedAuditVolumesResponse Modifier and Type Method Description ListCollectedAuditVolumesResponseDataSafe. listCollectedAuditVolumes(ListCollectedAuditVolumesRequest request)Gets a list of all collected audit volume data points.ListCollectedAuditVolumesResponseDataSafeClient. listCollectedAuditVolumes(ListCollectedAuditVolumesRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListCollectedAuditVolumesResponse 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)Iterable<ListCollectedAuditVolumesResponse>DataSafePaginators. listCollectedAuditVolumesResponseIterator(ListCollectedAuditVolumesRequest request)Creates a new iterable which will iterate over the responses received from the listCollectedAuditVolumes operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListCollectedAuditVolumesResponse 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 ListCollectedAuditVolumesResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListCollectedAuditVolumesResponse Modifier and Type Method Description ListCollectedAuditVolumesResponseListCollectedAuditVolumesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListCollectedAuditVolumesResponse Modifier and Type Method Description ListCollectedAuditVolumesResponse.BuilderListCollectedAuditVolumesResponse.Builder. copy(ListCollectedAuditVolumesResponse o)Copy method to populate the builder with values from the given instance. 
 -