| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model | |
| software.amazon.awssdk.services.macie2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Member> |
ListMembersResponse.members()
An array of objects, one for each account that's associated with the master account and meets the criteria
specified by the onlyAssociated request parameter.
|
| Modifier and Type | Method and Description |
|---|---|
ListMembersResponse.Builder |
ListMembersResponse.Builder.members(Member... members)
An array of objects, one for each account that's associated with the master account and meets the criteria
specified by the onlyAssociated request parameter.
|
| Modifier and Type | Method and Description |
|---|---|
ListMembersResponse.Builder |
ListMembersResponse.Builder.members(Collection<Member> members)
An array of objects, one for each account that's associated with the master account and meets the criteria
specified by the onlyAssociated request parameter.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Member> |
ListMembersPublisher.members()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Member> |
ListMembersIterable.members()
Returns an iterable to iterate through the paginated
ListMembersResponse.members() member. |
Copyright © 2020. All rights reserved.