Uses of Class
com.oracle.bmc.identity.responses.GetUserResponse
-
Packages that use GetUserResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of GetUserResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return GetUserResponse Modifier and Type Method Description GetUserResponse
Identity. getUser(GetUserRequest request)
Gets the specified user’s information.GetUserResponse
IdentityClient. getUser(GetUserRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type GetUserResponse Modifier and Type Method Description Waiter<GetUserRequest,GetUserResponse>
IdentityWaiters. forUser(GetUserRequest request, User.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetUserRequest,GetUserResponse>
IdentityWaiters. forUser(GetUserRequest request, User.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetUserRequest,GetUserResponse>
IdentityWaiters. forUser(GetUserRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, User.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetUserResponse>
IdentityAsync. getUser(GetUserRequest request, AsyncHandler<GetUserRequest,GetUserResponse> handler)
Gets the specified user’s information.Future<GetUserResponse>
IdentityAsyncClient. getUser(GetUserRequest request, AsyncHandler<GetUserRequest,GetUserResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type GetUserResponse Modifier and Type Method Description Future<GetUserResponse>
IdentityAsync. getUser(GetUserRequest request, AsyncHandler<GetUserRequest,GetUserResponse> handler)
Gets the specified user’s information.Future<GetUserResponse>
IdentityAsyncClient. getUser(GetUserRequest request, AsyncHandler<GetUserRequest,GetUserResponse> handler)
-
Uses of GetUserResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return GetUserResponse Modifier and Type Method Description GetUserResponse
GetUserResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type GetUserResponse Modifier and Type Method Description GetUserResponse.Builder
GetUserResponse.Builder. copy(GetUserResponse o)
Copy method to populate the builder with values from the given instance.
-