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 ListDynamicGroupsRequestListDynamicGroupsRequest.Builder. build()Build the instance of ListDynamicGroupsRequest as configured by this builderListDynamicGroupsRequestListDynamicGroupsRequest.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.BuilderListDynamicGroupsRequest.Builder. copy(ListDynamicGroupsRequest o)Copy method to populate the builder with values from the given instance.
-