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