Uses of Class
com.oracle.bmc.identity.requests.ListGroupsRequest
-
Packages that use ListGroupsRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of ListGroupsRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type ListGroupsRequest Modifier and Type Method Description ListGroupsResponseIdentity. listGroups(ListGroupsRequest request)Lists the groups in your tenancy.Future<ListGroupsResponse>IdentityAsync. listGroups(ListGroupsRequest request, AsyncHandler<ListGroupsRequest,ListGroupsResponse> handler)Lists the groups in your tenancy.Future<ListGroupsResponse>IdentityAsyncClient. listGroups(ListGroupsRequest request, AsyncHandler<ListGroupsRequest,ListGroupsResponse> handler)ListGroupsResponseIdentityClient. listGroups(ListGroupsRequest request)Iterable<Group>IdentityPaginators. listGroupsRecordIterator(ListGroupsRequest request)Creates a new iterable which will iterate over theGroupobjects contained in responses from the listGroups operation.Iterable<ListGroupsResponse>IdentityPaginators. listGroupsResponseIterator(ListGroupsRequest request)Creates a new iterable which will iterate over the responses received from the listGroups operation.Method parameters in com.oracle.bmc.identity with type arguments of type ListGroupsRequest Modifier and Type Method Description Future<ListGroupsResponse>IdentityAsync. listGroups(ListGroupsRequest request, AsyncHandler<ListGroupsRequest,ListGroupsResponse> handler)Lists the groups in your tenancy.Future<ListGroupsResponse>IdentityAsyncClient. listGroups(ListGroupsRequest request, AsyncHandler<ListGroupsRequest,ListGroupsResponse> handler) -
Uses of ListGroupsRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return ListGroupsRequest Modifier and Type Method Description ListGroupsRequestListGroupsRequest.Builder. build()Build the instance of ListGroupsRequest as configured by this builderListGroupsRequestListGroupsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListGroupsRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type ListGroupsRequest Modifier and Type Method Description ListGroupsRequest.BuilderListGroupsRequest.Builder. copy(ListGroupsRequest o)Copy method to populate the builder with values from the given instance.
-