| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
EventStreamDestinationDetails |
EventStreamDestinationDetails.clone() |
EventStreamDestinationDetails |
GetEventStreamResult.getDestinationDetails()
Details regarding the Kinesis stream.
|
EventStreamDestinationDetails |
EventStreamDestinationDetails.withMessage(String message)
The human-readable string that corresponds to the error or success while enabling the streaming destination.
|
EventStreamDestinationDetails |
EventStreamDestinationDetails.withStatus(EventStreamDestinationStatus status)
The status of enabling the Kinesis stream as a destination for export.
|
EventStreamDestinationDetails |
EventStreamDestinationDetails.withStatus(String status)
The status of enabling the Kinesis stream as a destination for export.
|
EventStreamDestinationDetails |
EventStreamDestinationDetails.withUnhealthySince(Date unhealthySince)
The timestamp when the status last changed to
UNHEALHY. |
EventStreamDestinationDetails |
EventStreamDestinationDetails.withUri(String uri)
The StreamARN of the destination to deliver profile events to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEventStreamResult.setDestinationDetails(EventStreamDestinationDetails destinationDetails)
Details regarding the Kinesis stream.
|
GetEventStreamResult |
GetEventStreamResult.withDestinationDetails(EventStreamDestinationDetails destinationDetails)
Details regarding the Kinesis stream.
|
Copyright © 2023. All rights reserved.