Uses of Class
com.oracle.bmc.identitydomains.responses.GetUserResponse
-
Packages that use GetUserResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of GetUserResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return GetUserResponse Modifier and Type Method Description GetUserResponse
IdentityDomains. getUser(GetUserRequest request)
Get a user.GetUserResponse
IdentityDomainsClient. getUser(GetUserRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type GetUserResponse Modifier and Type Method Description Future<GetUserResponse>
IdentityDomainsAsync. getUser(GetUserRequest request, AsyncHandler<GetUserRequest,GetUserResponse> handler)
Get a user.Future<GetUserResponse>
IdentityDomainsAsyncClient. getUser(GetUserRequest request, AsyncHandler<GetUserRequest,GetUserResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type GetUserResponse Modifier and Type Method Description Future<GetUserResponse>
IdentityDomainsAsync. getUser(GetUserRequest request, AsyncHandler<GetUserRequest,GetUserResponse> handler)
Get a user.Future<GetUserResponse>
IdentityDomainsAsyncClient. getUser(GetUserRequest request, AsyncHandler<GetUserRequest,GetUserResponse> handler)
-
Uses of GetUserResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return GetUserResponse Modifier and Type Method Description GetUserResponse
GetUserResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.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.
-