Uses of Class
com.oracle.bmc.identity.responses.ListGroupsResponse
-
Packages that use ListGroupsResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of ListGroupsResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return ListGroupsResponse Modifier and Type Method Description ListGroupsResponse
Identity. listGroups(ListGroupsRequest request)
Lists the groups in your tenancy.ListGroupsResponse
IdentityClient. listGroups(ListGroupsRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type ListGroupsResponse 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)
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 ListGroupsResponse 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 ListGroupsResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return ListGroupsResponse Modifier and Type Method Description ListGroupsResponse
ListGroupsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type ListGroupsResponse Modifier and Type Method Description ListGroupsResponse.Builder
ListGroupsResponse.Builder. copy(ListGroupsResponse o)
Copy method to populate the builder with values from the given instance.
-