Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.responses |
Modifier and Type | Method and Description |
---|---|
GetUserResponse |
IdentityClient.getUser(GetUserRequest request) |
GetUserResponse |
Identity.getUser(GetUserRequest request)
Gets the specified user’s information.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetUserRequest,GetUserResponse> |
IdentityWaiters.forUser(GetUserRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
User.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetUserRequest,GetUserResponse> |
IdentityWaiters.forUser(GetUserRequest request,
User.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetUserRequest,GetUserResponse> |
IdentityWaiters.forUser(GetUserRequest request,
User.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
GetUserResponse |
GetUserResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetUserResponse.Builder |
GetUserResponse.Builder.copy(GetUserResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.