| Package | Description |
|---|---|
| com.amazonaws.services.schemas.model |
| Modifier and Type | Method and Description |
|---|---|
DiscovererSummary |
DiscovererSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
DiscovererSummary |
DiscovererSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
DiscovererSummary |
DiscovererSummary.clone() |
DiscovererSummary |
DiscovererSummary.withCrossAccount(Boolean crossAccount)
The Status if the discoverer will discover schemas from events sent from another account.
|
DiscovererSummary |
DiscovererSummary.withDiscovererArn(String discovererArn)
The ARN of the discoverer.
|
DiscovererSummary |
DiscovererSummary.withDiscovererId(String discovererId)
The ID of the discoverer.
|
DiscovererSummary |
DiscovererSummary.withSourceArn(String sourceArn)
The ARN of the event bus.
|
DiscovererSummary |
DiscovererSummary.withState(DiscovererState state)
The state of the discoverer.
|
DiscovererSummary |
DiscovererSummary.withState(String state)
The state of the discoverer.
|
DiscovererSummary |
DiscovererSummary.withTags(Map<String,String> tags)
Tags associated with the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<DiscovererSummary> |
ListDiscoverersResult.getDiscoverers()
An array of DiscovererSummary information.
|
| Modifier and Type | Method and Description |
|---|---|
ListDiscoverersResult |
ListDiscoverersResult.withDiscoverers(DiscovererSummary... discoverers)
An array of DiscovererSummary information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDiscoverersResult.setDiscoverers(Collection<DiscovererSummary> discoverers)
An array of DiscovererSummary information.
|
ListDiscoverersResult |
ListDiscoverersResult.withDiscoverers(Collection<DiscovererSummary> discoverers)
An array of DiscovererSummary information.
|
Copyright © 2022. All rights reserved.