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