Uses of Class
com.oracle.bmc.identitydomains.responses.CreateMySupportAccountResponse
-
Packages that use CreateMySupportAccountResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of CreateMySupportAccountResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return CreateMySupportAccountResponse Modifier and Type Method Description CreateMySupportAccountResponse
IdentityDomains. createMySupportAccount(CreateMySupportAccountRequest request)
Create a user’s own support account.CreateMySupportAccountResponse
IdentityDomainsClient. createMySupportAccount(CreateMySupportAccountRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type CreateMySupportAccountResponse Modifier and Type Method Description Future<CreateMySupportAccountResponse>
IdentityDomainsAsync. createMySupportAccount(CreateMySupportAccountRequest request, AsyncHandler<CreateMySupportAccountRequest,CreateMySupportAccountResponse> handler)
Create a user’s own support account.Future<CreateMySupportAccountResponse>
IdentityDomainsAsyncClient. createMySupportAccount(CreateMySupportAccountRequest request, AsyncHandler<CreateMySupportAccountRequest,CreateMySupportAccountResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateMySupportAccountResponse Modifier and Type Method Description Future<CreateMySupportAccountResponse>
IdentityDomainsAsync. createMySupportAccount(CreateMySupportAccountRequest request, AsyncHandler<CreateMySupportAccountRequest,CreateMySupportAccountResponse> handler)
Create a user’s own support account.Future<CreateMySupportAccountResponse>
IdentityDomainsAsyncClient. createMySupportAccount(CreateMySupportAccountRequest request, AsyncHandler<CreateMySupportAccountRequest,CreateMySupportAccountResponse> handler)
-
Uses of CreateMySupportAccountResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return CreateMySupportAccountResponse Modifier and Type Method Description CreateMySupportAccountResponse
CreateMySupportAccountResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type CreateMySupportAccountResponse Modifier and Type Method Description CreateMySupportAccountResponse.Builder
CreateMySupportAccountResponse.Builder. copy(CreateMySupportAccountResponse o)
Copy method to populate the builder with values from the given instance.
-