Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.requests |
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. |
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. |
GetUserResponse |
IdentityClient.getUser(GetUserRequest request) |
GetUserResponse |
Identity.getUser(GetUserRequest request)
Gets the specified user’s information.
|
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 |
---|---|
GetUserRequest |
GetUserRequest.Builder.build()
Build the instance of GetUserRequest as configured by this builder
|
GetUserRequest |
GetUserRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetUserRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetUserRequest.Builder |
GetUserRequest.Builder.copy(GetUserRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.