Uses of Class
com.oracle.bmc.identity.responses.GetTaggingWorkRequestResponse
-
Packages that use GetTaggingWorkRequestResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of GetTaggingWorkRequestResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return GetTaggingWorkRequestResponse Modifier and Type Method Description GetTaggingWorkRequestResponse
Identity. getTaggingWorkRequest(GetTaggingWorkRequestRequest request)
Gets details on a specified work request.GetTaggingWorkRequestResponse
IdentityClient. getTaggingWorkRequest(GetTaggingWorkRequestRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type GetTaggingWorkRequestResponse Modifier and Type Method Description Future<GetTaggingWorkRequestResponse>
IdentityAsync. getTaggingWorkRequest(GetTaggingWorkRequestRequest request, AsyncHandler<GetTaggingWorkRequestRequest,GetTaggingWorkRequestResponse> handler)
Gets details on a specified work request.Future<GetTaggingWorkRequestResponse>
IdentityAsyncClient. getTaggingWorkRequest(GetTaggingWorkRequestRequest request, AsyncHandler<GetTaggingWorkRequestRequest,GetTaggingWorkRequestResponse> handler)
-
Uses of GetTaggingWorkRequestResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return GetTaggingWorkRequestResponse Modifier and Type Method Description GetTaggingWorkRequestResponse
GetTaggingWorkRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type GetTaggingWorkRequestResponse Modifier and Type Method Description GetTaggingWorkRequestResponse.Builder
GetTaggingWorkRequestResponse.Builder. copy(GetTaggingWorkRequestResponse o)
Copy method to populate the builder with values from the given instance.
-