Uses of Class
com.oracle.bmc.identity.responses.ListDynamicGroupsResponse
-
Packages that use ListDynamicGroupsResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of ListDynamicGroupsResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return ListDynamicGroupsResponse Modifier and Type Method Description ListDynamicGroupsResponseIdentity. listDynamicGroups(ListDynamicGroupsRequest request)Lists the dynamic groups in your tenancy.ListDynamicGroupsResponseIdentityClient. listDynamicGroups(ListDynamicGroupsRequest request)Methods in com.oracle.bmc.identity that return types with arguments of type ListDynamicGroupsResponse 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)Iterable<ListDynamicGroupsResponse>IdentityPaginators. listDynamicGroupsResponseIterator(ListDynamicGroupsRequest request)Creates a new iterable which will iterate over the responses received from the listDynamicGroups operation.Method parameters in com.oracle.bmc.identity with type arguments of type ListDynamicGroupsResponse 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 ListDynamicGroupsResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return ListDynamicGroupsResponse Modifier and Type Method Description ListDynamicGroupsResponseListDynamicGroupsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type ListDynamicGroupsResponse Modifier and Type Method Description ListDynamicGroupsResponse.BuilderListDynamicGroupsResponse.Builder. copy(ListDynamicGroupsResponse o)Copy method to populate the builder with values from the given instance.
-