Uses of Class
com.oracle.bmc.identitydomains.requests.CreateMySupportAccountRequest
-
Packages that use CreateMySupportAccountRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of CreateMySupportAccountRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type CreateMySupportAccountRequest Modifier and Type Method Description CreateMySupportAccountResponse
IdentityDomains. createMySupportAccount(CreateMySupportAccountRequest request)
Create a user’s own support account.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)
CreateMySupportAccountResponse
IdentityDomainsClient. createMySupportAccount(CreateMySupportAccountRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateMySupportAccountRequest 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 CreateMySupportAccountRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return CreateMySupportAccountRequest Modifier and Type Method Description CreateMySupportAccountRequest
CreateMySupportAccountRequest.Builder. build()
Build the instance of CreateMySupportAccountRequest as configured by this builderCreateMySupportAccountRequest
CreateMySupportAccountRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateMySupportAccountRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type CreateMySupportAccountRequest Modifier and Type Method Description CreateMySupportAccountRequest.Builder
CreateMySupportAccountRequest.Builder. copy(CreateMySupportAccountRequest o)
Copy method to populate the builder with values from the given instance.
-