Package | Description |
---|---|
com.amazonaws.services.kinesisfirehose.model | |
com.amazonaws.services.kinesisfirehose.model.transform |
Modifier and Type | Field and Description |
---|---|
private DeliveryStreamDescription |
DescribeDeliveryStreamResult.deliveryStreamDescription
Information about the delivery stream.
|
Modifier and Type | Method and Description |
---|---|
DeliveryStreamDescription |
DeliveryStreamDescription.clone() |
DeliveryStreamDescription |
DescribeDeliveryStreamResult.getDeliveryStreamDescription()
Information about the delivery stream.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withCreateTimestamp(java.util.Date createTimestamp)
The date and time that the delivery stream was created.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withDeliveryStreamARN(java.lang.String deliveryStreamARN)
The Amazon Resource Name (ARN) of the delivery stream.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withDeliveryStreamName(java.lang.String deliveryStreamName)
The name of the delivery stream.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withDeliveryStreamStatus(DeliveryStreamStatus deliveryStreamStatus)
The status of the delivery stream.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withDeliveryStreamStatus(java.lang.String deliveryStreamStatus)
The status of the delivery stream.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withDestinations(java.util.Collection<DestinationDescription> destinations)
The destinations.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withDestinations(DestinationDescription... destinations)
The destinations.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withHasMoreDestinations(java.lang.Boolean hasMoreDestinations)
Indicates whether there are more destinations available to list.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withLastUpdateTimestamp(java.util.Date lastUpdateTimestamp)
The date and time that the delivery stream was last updated.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withVersionId(java.lang.String versionId)
Used when calling the UpdateDestination operation.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeDeliveryStreamResult.setDeliveryStreamDescription(DeliveryStreamDescription deliveryStreamDescription)
Information about the delivery stream.
|
DescribeDeliveryStreamResult |
DescribeDeliveryStreamResult.withDeliveryStreamDescription(DeliveryStreamDescription deliveryStreamDescription)
Information about the delivery stream.
|
Modifier and Type | Method and Description |
---|---|
DeliveryStreamDescription |
DeliveryStreamDescriptionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DeliveryStreamDescriptionJsonMarshaller.marshall(DeliveryStreamDescription deliveryStreamDescription,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|