Uses of Class
com.oracle.bmc.datasafe.responses.ListAvailableAuditVolumesResponse
-
Packages that use ListAvailableAuditVolumesResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListAvailableAuditVolumesResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListAvailableAuditVolumesResponse Modifier and Type Method Description ListAvailableAuditVolumesResponseDataSafe. listAvailableAuditVolumes(ListAvailableAuditVolumesRequest request)Retrieves a list of audit trails, and associated audit event volume for each trail up to defined start date.ListAvailableAuditVolumesResponseDataSafeClient. listAvailableAuditVolumes(ListAvailableAuditVolumesRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListAvailableAuditVolumesResponse Modifier and Type Method Description Future<ListAvailableAuditVolumesResponse>DataSafeAsync. listAvailableAuditVolumes(ListAvailableAuditVolumesRequest request, AsyncHandler<ListAvailableAuditVolumesRequest,ListAvailableAuditVolumesResponse> handler)Retrieves a list of audit trails, and associated audit event volume for each trail up to defined start date.Future<ListAvailableAuditVolumesResponse>DataSafeAsyncClient. listAvailableAuditVolumes(ListAvailableAuditVolumesRequest request, AsyncHandler<ListAvailableAuditVolumesRequest,ListAvailableAuditVolumesResponse> handler)Iterable<ListAvailableAuditVolumesResponse>DataSafePaginators. listAvailableAuditVolumesResponseIterator(ListAvailableAuditVolumesRequest request)Creates a new iterable which will iterate over the responses received from the listAvailableAuditVolumes operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListAvailableAuditVolumesResponse Modifier and Type Method Description Future<ListAvailableAuditVolumesResponse>DataSafeAsync. listAvailableAuditVolumes(ListAvailableAuditVolumesRequest request, AsyncHandler<ListAvailableAuditVolumesRequest,ListAvailableAuditVolumesResponse> handler)Retrieves a list of audit trails, and associated audit event volume for each trail up to defined start date.Future<ListAvailableAuditVolumesResponse>DataSafeAsyncClient. listAvailableAuditVolumes(ListAvailableAuditVolumesRequest request, AsyncHandler<ListAvailableAuditVolumesRequest,ListAvailableAuditVolumesResponse> handler) -
Uses of ListAvailableAuditVolumesResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListAvailableAuditVolumesResponse Modifier and Type Method Description ListAvailableAuditVolumesResponseListAvailableAuditVolumesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListAvailableAuditVolumesResponse Modifier and Type Method Description ListAvailableAuditVolumesResponse.BuilderListAvailableAuditVolumesResponse.Builder. copy(ListAvailableAuditVolumesResponse o)Copy method to populate the builder with values from the given instance.
-