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