| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static ListFindingsResponse.Builder |
ListFindingsResponse.builder() |
ListFindingsResponse.Builder |
ListFindingsResponse.Builder.findingIds(Collection<String> findingIds)
An array of strings, where each string is the unique identifier for a finding that meets the filter criteria
specified in the request.
|
ListFindingsResponse.Builder |
ListFindingsResponse.Builder.findingIds(String... findingIds)
An array of strings, where each string is the unique identifier for a finding that meets the filter criteria
specified in the request.
|
ListFindingsResponse.Builder |
ListFindingsResponse.Builder.nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
ListFindingsResponse.Builder |
ListFindingsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFindingsResponse.Builder> |
ListFindingsResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.