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 unique identifier for the application to publish event data for.
|
EventStream |
EventStream.withDestinationStreamArn(String destinationStreamArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis data stream or Amazon Kinesis Data Firehose delivery stream
to publish event data to.
|
EventStream |
EventStream.withExternalId(String externalId)
(Deprecated) Your AWS account ID, which you assigned to an external ID key in an IAM trust policy.
|
EventStream |
EventStream.withLastModifiedDate(String lastModifiedDate)
The date, in ISO 8601 format, when the event stream was last modified.
|
EventStream |
EventStream.withLastUpdatedBy(String lastUpdatedBy)
The IAM user who last modified the event stream.
|
EventStream |
EventStream.withRoleArn(String roleArn)
The AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to publish event data to the
stream in your AWS 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 © 2019. All rights reserved.