Uses of Class
com.oracle.bmc.identitydomains.requests.ListDynamicResourceGroupsRequest
-
Packages that use ListDynamicResourceGroupsRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of ListDynamicResourceGroupsRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type ListDynamicResourceGroupsRequest Modifier and Type Method Description ListDynamicResourceGroupsResponse
IdentityDomains. listDynamicResourceGroups(ListDynamicResourceGroupsRequest request)
Search for Dynamic Resource Groups.Future<ListDynamicResourceGroupsResponse>
IdentityDomainsAsync. listDynamicResourceGroups(ListDynamicResourceGroupsRequest request, AsyncHandler<ListDynamicResourceGroupsRequest,ListDynamicResourceGroupsResponse> handler)
Search for Dynamic Resource Groups.Future<ListDynamicResourceGroupsResponse>
IdentityDomainsAsyncClient. listDynamicResourceGroups(ListDynamicResourceGroupsRequest request, AsyncHandler<ListDynamicResourceGroupsRequest,ListDynamicResourceGroupsResponse> handler)
ListDynamicResourceGroupsResponse
IdentityDomainsClient. listDynamicResourceGroups(ListDynamicResourceGroupsRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type ListDynamicResourceGroupsRequest Modifier and Type Method Description Future<ListDynamicResourceGroupsResponse>
IdentityDomainsAsync. listDynamicResourceGroups(ListDynamicResourceGroupsRequest request, AsyncHandler<ListDynamicResourceGroupsRequest,ListDynamicResourceGroupsResponse> handler)
Search for Dynamic Resource Groups.Future<ListDynamicResourceGroupsResponse>
IdentityDomainsAsyncClient. listDynamicResourceGroups(ListDynamicResourceGroupsRequest request, AsyncHandler<ListDynamicResourceGroupsRequest,ListDynamicResourceGroupsResponse> handler)
-
Uses of ListDynamicResourceGroupsRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return ListDynamicResourceGroupsRequest Modifier and Type Method Description ListDynamicResourceGroupsRequest
ListDynamicResourceGroupsRequest.Builder. build()
Build the instance of ListDynamicResourceGroupsRequest as configured by this builderListDynamicResourceGroupsRequest
ListDynamicResourceGroupsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListDynamicResourceGroupsRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type ListDynamicResourceGroupsRequest Modifier and Type Method Description ListDynamicResourceGroupsRequest.Builder
ListDynamicResourceGroupsRequest.Builder. copy(ListDynamicResourceGroupsRequest o)
Copy method to populate the builder with values from the given instance.
-