| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model | |
| software.amazon.awssdk.services.macie2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AllowListSummary> |
ListAllowListsResponse.allowLists()
An array of objects, one for each allow list.
|
| Modifier and Type | Method and Description |
|---|---|
ListAllowListsResponse.Builder |
ListAllowListsResponse.Builder.allowLists(AllowListSummary... allowLists)
An array of objects, one for each allow list.
|
| Modifier and Type | Method and Description |
|---|---|
ListAllowListsResponse.Builder |
ListAllowListsResponse.Builder.allowLists(Collection<AllowListSummary> allowLists)
An array of objects, one for each allow list.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<AllowListSummary> |
ListAllowListsIterable.allowLists()
Returns an iterable to iterate through the paginated
ListAllowListsResponse.allowLists() member. |
SdkPublisher<AllowListSummary> |
ListAllowListsPublisher.allowLists()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.