| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
EventStreamSummary |
EventStreamSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
EventStreamSummary |
EventStreamSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
EventStreamSummary |
EventStreamSummary.clone() |
EventStreamSummary |
EventStreamSummary.withDestinationSummary(DestinationSummary destinationSummary)
Summary information about the Kinesis data stream.
|
EventStreamSummary |
EventStreamSummary.withDomainName(String domainName)
The unique name of the domain.
|
EventStreamSummary |
EventStreamSummary.withEventStreamArn(String eventStreamArn)
A unique identifier for the event stream.
|
EventStreamSummary |
EventStreamSummary.withEventStreamName(String eventStreamName)
The name of the event stream.
|
EventStreamSummary |
EventStreamSummary.withState(EventStreamState state)
The operational state of destination stream for export.
|
EventStreamSummary |
EventStreamSummary.withState(String state)
The operational state of destination stream for export.
|
EventStreamSummary |
EventStreamSummary.withStoppedSince(Date stoppedSince)
The timestamp when the
State changed to STOPPED. |
EventStreamSummary |
EventStreamSummary.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventStreamSummary> |
ListEventStreamsResult.getItems()
Contains summary information about an EventStream.
|
| Modifier and Type | Method and Description |
|---|---|
ListEventStreamsResult |
ListEventStreamsResult.withItems(EventStreamSummary... items)
Contains summary information about an EventStream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEventStreamsResult.setItems(Collection<EventStreamSummary> items)
Contains summary information about an EventStream.
|
ListEventStreamsResult |
ListEventStreamsResult.withItems(Collection<EventStreamSummary> items)
Contains summary information about an EventStream.
|
Copyright © 2023. All rights reserved.