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