| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer.model | |
| software.amazon.awssdk.services.accessanalyzer.paginators |
| Modifier and Type | Method and Description |
|---|---|
AnalyzerSummary |
GetAnalyzerResponse.analyzer()
An
AnalyzerSummary object that contains information about the analyzer. |
| Modifier and Type | Method and Description |
|---|---|
List<AnalyzerSummary> |
ListAnalyzersResponse.analyzers()
The analyzers retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
GetAnalyzerResponse.Builder |
GetAnalyzerResponse.Builder.analyzer(AnalyzerSummary analyzer)
An
AnalyzerSummary object that contains information about the analyzer. |
ListAnalyzersResponse.Builder |
ListAnalyzersResponse.Builder.analyzers(AnalyzerSummary... analyzers)
The analyzers retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
ListAnalyzersResponse.Builder |
ListAnalyzersResponse.Builder.analyzers(Collection<AnalyzerSummary> analyzers)
The analyzers retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AnalyzerSummary> |
ListAnalyzersPublisher.analyzers()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AnalyzerSummary> |
ListAnalyzersIterable.analyzers()
Returns an iterable to iterate through the paginated
ListAnalyzersResponse.analyzers() member. |
Copyright © 2022. All rights reserved.