Uses of Class
com.oracle.bmc.identitydomains.requests.GetMeRequest
-
Packages that use GetMeRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of GetMeRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type GetMeRequest Modifier and Type Method Description GetMeResponse
IdentityDomains. getMe(GetMeRequest request)
Get a user’s own information.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)
GetMeResponse
IdentityDomainsClient. getMe(GetMeRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type GetMeRequest 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 GetMeRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return GetMeRequest Modifier and Type Method Description GetMeRequest
GetMeRequest.Builder. build()
Build the instance of GetMeRequest as configured by this builderGetMeRequest
GetMeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetMeRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type GetMeRequest Modifier and Type Method Description GetMeRequest.Builder
GetMeRequest.Builder. copy(GetMeRequest o)
Copy method to populate the builder with values from the given instance.
-