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