Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.model | |
com.oracle.bmc.identity.responses |
Modifier and Type | Method and Description |
---|---|
Iterable<Group> |
IdentityPaginators.listGroupsRecordIterator(ListGroupsRequest request)
Creates a new iterable which will iterate over the
Group objects contained in responses from the listGroups
operation. |
Modifier and Type | Method and Description |
---|---|
Group |
Group.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Group.Builder |
Group.Builder.copy(Group model) |
Modifier and Type | Method and Description |
---|---|
Group |
GetGroupResponse.getGroup()
The returned
Group instance. |
Group |
UpdateGroupResponse.getGroup()
The returned
Group instance. |
Group |
CreateGroupResponse.getGroup()
The returned
Group instance. |
Modifier and Type | Method and Description |
---|---|
List<Group> |
ListGroupsResponse.getItems()
A list of
com.oracle.bmc.identity.model.Group instances. |
Modifier and Type | Method and Description |
---|---|
GetGroupResponse.Builder |
GetGroupResponse.Builder.group(Group group)
The returned
Group instance. |
UpdateGroupResponse.Builder |
UpdateGroupResponse.Builder.group(Group group)
The returned
Group instance. |
CreateGroupResponse.Builder |
CreateGroupResponse.Builder.group(Group group)
The returned
Group instance. |
Modifier and Type | Method and Description |
---|---|
ListGroupsResponse.Builder |
ListGroupsResponse.Builder.items(List<Group> items)
A list of
com.oracle.bmc.identity.model.Group instances. |
Copyright © 2016–2024. All rights reserved.