Uses of Class
com.oracle.bmc.identitydomains.requests.CreateMeRequest
-
Packages that use CreateMeRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of CreateMeRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type CreateMeRequest Modifier and Type Method Description CreateMeResponse
IdentityDomains. createMe(CreateMeRequest request)
Self register a user.Future<CreateMeResponse>
IdentityDomainsAsync. createMe(CreateMeRequest request, AsyncHandler<CreateMeRequest,CreateMeResponse> handler)
Self register a user.Future<CreateMeResponse>
IdentityDomainsAsyncClient. createMe(CreateMeRequest request, AsyncHandler<CreateMeRequest,CreateMeResponse> handler)
CreateMeResponse
IdentityDomainsClient. createMe(CreateMeRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateMeRequest Modifier and Type Method Description Future<CreateMeResponse>
IdentityDomainsAsync. createMe(CreateMeRequest request, AsyncHandler<CreateMeRequest,CreateMeResponse> handler)
Self register a user.Future<CreateMeResponse>
IdentityDomainsAsyncClient. createMe(CreateMeRequest request, AsyncHandler<CreateMeRequest,CreateMeResponse> handler)
-
Uses of CreateMeRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return CreateMeRequest Modifier and Type Method Description CreateMeRequest
CreateMeRequest.Builder. build()
Build the instance of CreateMeRequest as configured by this builderCreateMeRequest
CreateMeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateMeRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type CreateMeRequest Modifier and Type Method Description CreateMeRequest.Builder
CreateMeRequest.Builder. copy(CreateMeRequest o)
Copy method to populate the builder with values from the given instance.
-