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