Uses of Class
com.oracle.bmc.identitydomains.responses.CreateUserResponse
-
Packages that use CreateUserResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of CreateUserResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return CreateUserResponse Modifier and Type Method Description CreateUserResponse
IdentityDomains. createUser(CreateUserRequest request)
Create a user.CreateUserResponse
IdentityDomainsClient. createUser(CreateUserRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type CreateUserResponse Modifier and Type Method Description Future<CreateUserResponse>
IdentityDomainsAsync. createUser(CreateUserRequest request, AsyncHandler<CreateUserRequest,CreateUserResponse> handler)
Create a user.Future<CreateUserResponse>
IdentityDomainsAsyncClient. createUser(CreateUserRequest request, AsyncHandler<CreateUserRequest,CreateUserResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateUserResponse Modifier and Type Method Description Future<CreateUserResponse>
IdentityDomainsAsync. createUser(CreateUserRequest request, AsyncHandler<CreateUserRequest,CreateUserResponse> handler)
Create a user.Future<CreateUserResponse>
IdentityDomainsAsyncClient. createUser(CreateUserRequest request, AsyncHandler<CreateUserRequest,CreateUserResponse> handler)
-
Uses of CreateUserResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return CreateUserResponse Modifier and Type Method Description CreateUserResponse
CreateUserResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.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.
-