| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateDeliveryStreamResponse |
FirehoseClient.createDeliveryStream(Consumer<CreateDeliveryStreamRequest.Builder> createDeliveryStreamRequest)
Creates a Kinesis Data Firehose delivery stream.
|
default CreateDeliveryStreamResponse |
FirehoseClient.createDeliveryStream(CreateDeliveryStreamRequest createDeliveryStreamRequest)
Creates a Kinesis Data Firehose delivery stream.
|
default ListTagsForDeliveryStreamResponse |
FirehoseClient.listTagsForDeliveryStream(Consumer<ListTagsForDeliveryStreamRequest.Builder> listTagsForDeliveryStreamRequest)
Lists the tags for the specified delivery stream.
|
default ListTagsForDeliveryStreamResponse |
FirehoseClient.listTagsForDeliveryStream(ListTagsForDeliveryStreamRequest listTagsForDeliveryStreamRequest)
Lists the tags for the specified delivery stream.
|
default PutRecordResponse |
FirehoseClient.putRecord(Consumer<PutRecordRequest.Builder> putRecordRequest)
Writes a single data record into an Amazon Kinesis Data Firehose delivery stream.
|
default PutRecordResponse |
FirehoseClient.putRecord(PutRecordRequest putRecordRequest)
Writes a single data record into an Amazon Kinesis Data Firehose delivery stream.
|
default PutRecordBatchResponse |
FirehoseClient.putRecordBatch(Consumer<PutRecordBatchRequest.Builder> putRecordBatchRequest)
Writes multiple data records into a delivery stream in a single call, which can achieve higher throughput per
producer than when writing single records.
|
default PutRecordBatchResponse |
FirehoseClient.putRecordBatch(PutRecordBatchRequest putRecordBatchRequest)
Writes multiple data records into a delivery stream in a single call, which can achieve higher throughput per
producer than when writing single records.
|
default StartDeliveryStreamEncryptionResponse |
FirehoseClient.startDeliveryStreamEncryption(Consumer<StartDeliveryStreamEncryptionRequest.Builder> startDeliveryStreamEncryptionRequest)
Enables server-side encryption (SSE) for the delivery stream.
|
default StartDeliveryStreamEncryptionResponse |
FirehoseClient.startDeliveryStreamEncryption(StartDeliveryStreamEncryptionRequest startDeliveryStreamEncryptionRequest)
Enables server-side encryption (SSE) for the delivery stream.
|
default StopDeliveryStreamEncryptionResponse |
FirehoseClient.stopDeliveryStreamEncryption(Consumer<StopDeliveryStreamEncryptionRequest.Builder> stopDeliveryStreamEncryptionRequest)
Disables server-side encryption (SSE) for the delivery stream.
|
default StopDeliveryStreamEncryptionResponse |
FirehoseClient.stopDeliveryStreamEncryption(StopDeliveryStreamEncryptionRequest stopDeliveryStreamEncryptionRequest)
Disables server-side encryption (SSE) for the delivery stream.
|
default TagDeliveryStreamResponse |
FirehoseClient.tagDeliveryStream(Consumer<TagDeliveryStreamRequest.Builder> tagDeliveryStreamRequest)
Adds or updates tags for the specified delivery stream.
|
default TagDeliveryStreamResponse |
FirehoseClient.tagDeliveryStream(TagDeliveryStreamRequest tagDeliveryStreamRequest)
Adds or updates tags for the specified delivery stream.
|
default UntagDeliveryStreamResponse |
FirehoseClient.untagDeliveryStream(Consumer<UntagDeliveryStreamRequest.Builder> untagDeliveryStreamRequest)
Removes tags from the specified delivery stream.
|
default UntagDeliveryStreamResponse |
FirehoseClient.untagDeliveryStream(UntagDeliveryStreamRequest untagDeliveryStreamRequest)
Removes tags from the specified delivery stream.
|
default UpdateDestinationResponse |
FirehoseClient.updateDestination(Consumer<UpdateDestinationRequest.Builder> updateDestinationRequest)
Updates the specified destination of the specified delivery stream.
|
default UpdateDestinationResponse |
FirehoseClient.updateDestination(UpdateDestinationRequest updateDestinationRequest)
Updates the specified destination of the specified delivery stream.
|
Copyright © 2023. All rights reserved.