Uses of Class
com.oracle.bmc.identity.requests.ListDynamicGroupsRequest
-
Packages that use ListDynamicGroupsRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of ListDynamicGroupsRequest in com.oracle.bmc.identity
Method parameters in com.oracle.bmc.identity with type arguments of type ListDynamicGroupsRequest Modifier and Type Method Description Future<ListDynamicGroupsResponse>
IdentityAsync. listDynamicGroups(ListDynamicGroupsRequest request, AsyncHandler<ListDynamicGroupsRequest,ListDynamicGroupsResponse> handler)
Lists the dynamic groups in your tenancy.Future<ListDynamicGroupsResponse>
IdentityAsyncClient. listDynamicGroups(ListDynamicGroupsRequest request, AsyncHandler<ListDynamicGroupsRequest,ListDynamicGroupsResponse> handler)
-
Uses of ListDynamicGroupsRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return ListDynamicGroupsRequest Modifier and Type Method Description ListDynamicGroupsRequest
ListDynamicGroupsRequest.Builder. build()
Build the instance of ListDynamicGroupsRequest as configured by this builderListDynamicGroupsRequest
ListDynamicGroupsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListDynamicGroupsRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type ListDynamicGroupsRequest Modifier and Type Method Description ListDynamicGroupsRequest.Builder
ListDynamicGroupsRequest.Builder. copy(ListDynamicGroupsRequest o)
Copy method to populate the builder with values from the given instance.
-