Uses of Class
com.oracle.bmc.datasafe.responses.ListAuditProfilesResponse
-
Packages that use ListAuditProfilesResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListAuditProfilesResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListAuditProfilesResponse Modifier and Type Method Description ListAuditProfilesResponseDataSafe. listAuditProfiles(ListAuditProfilesRequest request)Gets a list of all audit profiles.ListAuditProfilesResponseDataSafeClient. listAuditProfiles(ListAuditProfilesRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListAuditProfilesResponse Modifier and Type Method Description Future<ListAuditProfilesResponse>DataSafeAsync. listAuditProfiles(ListAuditProfilesRequest request, AsyncHandler<ListAuditProfilesRequest,ListAuditProfilesResponse> handler)Gets a list of all audit profiles.Future<ListAuditProfilesResponse>DataSafeAsyncClient. listAuditProfiles(ListAuditProfilesRequest request, AsyncHandler<ListAuditProfilesRequest,ListAuditProfilesResponse> handler)Iterable<ListAuditProfilesResponse>DataSafePaginators. listAuditProfilesResponseIterator(ListAuditProfilesRequest request)Creates a new iterable which will iterate over the responses received from the listAuditProfiles operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListAuditProfilesResponse Modifier and Type Method Description Future<ListAuditProfilesResponse>DataSafeAsync. listAuditProfiles(ListAuditProfilesRequest request, AsyncHandler<ListAuditProfilesRequest,ListAuditProfilesResponse> handler)Gets a list of all audit profiles.Future<ListAuditProfilesResponse>DataSafeAsyncClient. listAuditProfiles(ListAuditProfilesRequest request, AsyncHandler<ListAuditProfilesRequest,ListAuditProfilesResponse> handler) -
Uses of ListAuditProfilesResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListAuditProfilesResponse Modifier and Type Method Description ListAuditProfilesResponseListAuditProfilesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListAuditProfilesResponse Modifier and Type Method Description ListAuditProfilesResponse.BuilderListAuditProfilesResponse.Builder. copy(ListAuditProfilesResponse o)Copy method to populate the builder with values from the given instance.
-