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