| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EventStream |
EventStream.clone() |
EventStream |
PutEventStreamResult.getEventStream() |
EventStream |
GetEventStreamResult.getEventStream() |
EventStream |
DeleteEventStreamResult.getEventStream() |
EventStream |
EventStream.withApplicationId(String applicationId)
The ID of the application from which events should be published.
|
EventStream |
EventStream.withDestinationStreamArn(String destinationStreamArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis stream or Firehose delivery stream to which you want to
publish events.
|
EventStream |
EventStream.withExternalId(String externalId)
(Deprecated) Your AWS account ID, which you assigned to the ExternalID key in an IAM trust policy.
|
EventStream |
EventStream.withLastModifiedDate(String lastModifiedDate)
The date the event stream was last updated in ISO 8601 format.
|
EventStream |
EventStream.withLastUpdatedBy(String lastUpdatedBy)
The IAM user who last modified the event stream.
|
EventStream |
EventStream.withRoleArn(String roleArn)
The IAM role that authorizes Amazon Pinpoint to publish events to the stream in your account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutEventStreamResult.setEventStream(EventStream eventStream) |
void |
GetEventStreamResult.setEventStream(EventStream eventStream) |
void |
DeleteEventStreamResult.setEventStream(EventStream eventStream) |
PutEventStreamResult |
PutEventStreamResult.withEventStream(EventStream eventStream) |
GetEventStreamResult |
GetEventStreamResult.withEventStream(EventStream eventStream) |
DeleteEventStreamResult |
DeleteEventStreamResult.withEventStream(EventStream eventStream) |
Copyright © 2018. All rights reserved.