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