Uses of Class
com.oracle.bmc.identity.responses.GetIamWorkRequestResponse
-
Packages that use GetIamWorkRequestResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of GetIamWorkRequestResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return GetIamWorkRequestResponse Modifier and Type Method Description GetIamWorkRequestResponse
Identity. getIamWorkRequest(GetIamWorkRequestRequest request)
Gets the details of a specified IAM work request.GetIamWorkRequestResponse
IdentityClient. getIamWorkRequest(GetIamWorkRequestRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type GetIamWorkRequestResponse Modifier and Type Method Description Waiter<GetIamWorkRequestRequest,GetIamWorkRequestResponse>
IdentityWaiters. forIamWorkRequest(GetIamWorkRequestRequest request)
Creates a newWaiter
using default configuration.Waiter<GetIamWorkRequestRequest,GetIamWorkRequestResponse>
IdentityWaiters. forIamWorkRequest(GetIamWorkRequestRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Future<GetIamWorkRequestResponse>
IdentityAsync. getIamWorkRequest(GetIamWorkRequestRequest request, AsyncHandler<GetIamWorkRequestRequest,GetIamWorkRequestResponse> handler)
Gets the details of a specified IAM work request.Future<GetIamWorkRequestResponse>
IdentityAsyncClient. getIamWorkRequest(GetIamWorkRequestRequest request, AsyncHandler<GetIamWorkRequestRequest,GetIamWorkRequestResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type GetIamWorkRequestResponse Modifier and Type Method Description Future<GetIamWorkRequestResponse>
IdentityAsync. getIamWorkRequest(GetIamWorkRequestRequest request, AsyncHandler<GetIamWorkRequestRequest,GetIamWorkRequestResponse> handler)
Gets the details of a specified IAM work request.Future<GetIamWorkRequestResponse>
IdentityAsyncClient. getIamWorkRequest(GetIamWorkRequestRequest request, AsyncHandler<GetIamWorkRequestRequest,GetIamWorkRequestResponse> handler)
-
Uses of GetIamWorkRequestResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return GetIamWorkRequestResponse Modifier and Type Method Description GetIamWorkRequestResponse
GetIamWorkRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type GetIamWorkRequestResponse Modifier and Type Method Description GetIamWorkRequestResponse.Builder
GetIamWorkRequestResponse.Builder. copy(GetIamWorkRequestResponse o)
Copy method to populate the builder with values from the given instance.
-