Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.responses |
Modifier and Type | Method and Description |
---|---|
ListGroupsResponse |
Identity.listGroups(ListGroupsRequest request)
Lists the groups in your tenancy.
|
ListGroupsResponse |
IdentityClient.listGroups(ListGroupsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListGroupsResponse> |
IdentityAsyncClient.listGroups(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResponse> handler) |
Future<ListGroupsResponse> |
IdentityAsync.listGroups(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResponse> handler)
Lists the groups in your tenancy.
|
Iterable<ListGroupsResponse> |
IdentityPaginators.listGroupsResponseIterator(ListGroupsRequest request)
Creates a new iterable which will iterate over the responses received from the listGroups
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListGroupsResponse> |
IdentityAsyncClient.listGroups(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResponse> handler) |
Future<ListGroupsResponse> |
IdentityAsync.listGroups(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResponse> handler)
Lists the groups in your tenancy.
|
Modifier and Type | Method and Description |
---|---|
ListGroupsResponse |
ListGroupsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListGroupsResponse.Builder |
ListGroupsResponse.Builder.copy(ListGroupsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.