Uses of Class
com.oracle.bmc.identity.responses.ListIamWorkRequestLogsResponse
-
Packages that use ListIamWorkRequestLogsResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of ListIamWorkRequestLogsResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return ListIamWorkRequestLogsResponse Modifier and Type Method Description ListIamWorkRequestLogsResponse
Identity. listIamWorkRequestLogs(ListIamWorkRequestLogsRequest request)
Gets logs for a specified IAM work request.ListIamWorkRequestLogsResponse
IdentityClient. listIamWorkRequestLogs(ListIamWorkRequestLogsRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type ListIamWorkRequestLogsResponse Modifier and Type Method Description Future<ListIamWorkRequestLogsResponse>
IdentityAsync. listIamWorkRequestLogs(ListIamWorkRequestLogsRequest request, AsyncHandler<ListIamWorkRequestLogsRequest,ListIamWorkRequestLogsResponse> handler)
Gets logs for a specified IAM work request.Future<ListIamWorkRequestLogsResponse>
IdentityAsyncClient. listIamWorkRequestLogs(ListIamWorkRequestLogsRequest request, AsyncHandler<ListIamWorkRequestLogsRequest,ListIamWorkRequestLogsResponse> handler)
Iterable<ListIamWorkRequestLogsResponse>
IdentityPaginators. listIamWorkRequestLogsResponseIterator(ListIamWorkRequestLogsRequest request)
Creates a new iterable which will iterate over the responses received from the listIamWorkRequestLogs operation.Method parameters in com.oracle.bmc.identity with type arguments of type ListIamWorkRequestLogsResponse Modifier and Type Method Description Future<ListIamWorkRequestLogsResponse>
IdentityAsync. listIamWorkRequestLogs(ListIamWorkRequestLogsRequest request, AsyncHandler<ListIamWorkRequestLogsRequest,ListIamWorkRequestLogsResponse> handler)
Gets logs for a specified IAM work request.Future<ListIamWorkRequestLogsResponse>
IdentityAsyncClient. listIamWorkRequestLogs(ListIamWorkRequestLogsRequest request, AsyncHandler<ListIamWorkRequestLogsRequest,ListIamWorkRequestLogsResponse> handler)
-
Uses of ListIamWorkRequestLogsResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return ListIamWorkRequestLogsResponse Modifier and Type Method Description ListIamWorkRequestLogsResponse
ListIamWorkRequestLogsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type ListIamWorkRequestLogsResponse Modifier and Type Method Description ListIamWorkRequestLogsResponse.Builder
ListIamWorkRequestLogsResponse.Builder. copy(ListIamWorkRequestLogsResponse o)
Copy method to populate the builder with values from the given instance.
-