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