Uses of Class
com.oracle.bmc.identity.requests.CreateUserRequest
-
Packages that use CreateUserRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of CreateUserRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type CreateUserRequest Modifier and Type Method Description CreateUserResponse
Identity. createUser(CreateUserRequest request)
Creates a new user in your tenancy.Future<CreateUserResponse>
IdentityAsync. createUser(CreateUserRequest request, AsyncHandler<CreateUserRequest,CreateUserResponse> handler)
Creates a new user in your tenancy.Future<CreateUserResponse>
IdentityAsyncClient. createUser(CreateUserRequest request, AsyncHandler<CreateUserRequest,CreateUserResponse> handler)
CreateUserResponse
IdentityClient. createUser(CreateUserRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateUserRequest Modifier and Type Method Description Future<CreateUserResponse>
IdentityAsync. createUser(CreateUserRequest request, AsyncHandler<CreateUserRequest,CreateUserResponse> handler)
Creates a new user in your tenancy.Future<CreateUserResponse>
IdentityAsyncClient. createUser(CreateUserRequest request, AsyncHandler<CreateUserRequest,CreateUserResponse> handler)
-
Uses of CreateUserRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return CreateUserRequest Modifier and Type Method Description CreateUserRequest
CreateUserRequest.Builder. build()
Build the instance of CreateUserRequest as configured by this builderCreateUserRequest
CreateUserRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateUserRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type CreateUserRequest Modifier and Type Method Description CreateUserRequest.Builder
CreateUserRequest.Builder. copy(CreateUserRequest o)
Copy method to populate the builder with values from the given instance.
-