Uses of Class
com.oracle.bmc.identity.responses.CreateUserResponse
-
Packages that use CreateUserResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of CreateUserResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return CreateUserResponse Modifier and Type Method Description CreateUserResponse
Identity. createUser(CreateUserRequest request)
Creates a new user in your tenancy.CreateUserResponse
IdentityClient. createUser(CreateUserRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type CreateUserResponse 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)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateUserResponse 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 CreateUserResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return CreateUserResponse Modifier and Type Method Description CreateUserResponse
CreateUserResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type CreateUserResponse Modifier and Type Method Description CreateUserResponse.Builder
CreateUserResponse.Builder. copy(CreateUserResponse o)
Copy method to populate the builder with values from the given instance.
-