Uses of Class
com.oracle.bmc.identitydomains.responses.GetMeResponse
-
Packages that use GetMeResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of GetMeResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return GetMeResponse Modifier and Type Method Description GetMeResponse
IdentityDomains. getMe(GetMeRequest request)
Get a user’s own information.GetMeResponse
IdentityDomainsClient. getMe(GetMeRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type GetMeResponse Modifier and Type Method Description Future<GetMeResponse>
IdentityDomainsAsync. getMe(GetMeRequest request, AsyncHandler<GetMeRequest,GetMeResponse> handler)
Get a user’s own information.Future<GetMeResponse>
IdentityDomainsAsyncClient. getMe(GetMeRequest request, AsyncHandler<GetMeRequest,GetMeResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type GetMeResponse Modifier and Type Method Description Future<GetMeResponse>
IdentityDomainsAsync. getMe(GetMeRequest request, AsyncHandler<GetMeRequest,GetMeResponse> handler)
Get a user’s own information.Future<GetMeResponse>
IdentityDomainsAsyncClient. getMe(GetMeRequest request, AsyncHandler<GetMeRequest,GetMeResponse> handler)
-
Uses of GetMeResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return GetMeResponse Modifier and Type Method Description GetMeResponse
GetMeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type GetMeResponse Modifier and Type Method Description GetMeResponse.Builder
GetMeResponse.Builder. copy(GetMeResponse o)
Copy method to populate the builder with values from the given instance.
-