Uses of Class
com.oracle.bmc.identitydomains.responses.ListMyAppsResponse
-
Packages that use ListMyAppsResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of ListMyAppsResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return ListMyAppsResponse Modifier and Type Method Description ListMyAppsResponse
IdentityDomains. listMyApps(ListMyAppsRequest request)
Search My AppsListMyAppsResponse
IdentityDomainsClient. listMyApps(ListMyAppsRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type ListMyAppsResponse Modifier and Type Method Description Future<ListMyAppsResponse>
IdentityDomainsAsync. listMyApps(ListMyAppsRequest request, AsyncHandler<ListMyAppsRequest,ListMyAppsResponse> handler)
Search My AppsFuture<ListMyAppsResponse>
IdentityDomainsAsyncClient. listMyApps(ListMyAppsRequest request, AsyncHandler<ListMyAppsRequest,ListMyAppsResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type ListMyAppsResponse Modifier and Type Method Description Future<ListMyAppsResponse>
IdentityDomainsAsync. listMyApps(ListMyAppsRequest request, AsyncHandler<ListMyAppsRequest,ListMyAppsResponse> handler)
Search My AppsFuture<ListMyAppsResponse>
IdentityDomainsAsyncClient. listMyApps(ListMyAppsRequest request, AsyncHandler<ListMyAppsRequest,ListMyAppsResponse> handler)
-
Uses of ListMyAppsResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return ListMyAppsResponse Modifier and Type Method Description ListMyAppsResponse
ListMyAppsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type ListMyAppsResponse Modifier and Type Method Description ListMyAppsResponse.Builder
ListMyAppsResponse.Builder. copy(ListMyAppsResponse o)
Copy method to populate the builder with values from the given instance.
-