Java com.amazonaws.services.kinesisfirehose AmazonKinesisFirehoseClient fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.kinesisfirehose AmazonKinesisFirehoseClient fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.kinesisfirehose AmazonKinesisFirehoseClient.

The text is from its open source code.

Constructor

AmazonKinesisFirehoseClient(ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Firehose.
AmazonKinesisFirehoseClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Firehose using the specified AWS account credentials.
AmazonKinesisFirehoseClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new client to invoke service methods on Firehose using the specified AWS account credentials provider.
AmazonKinesisFirehoseClient(AwsSyncClientParams clientParams)
Constructs a new client to invoke service methods on Firehose using the specified parameters.
AmazonKinesisFirehoseClient()
Constructs a new client to invoke service methods on Firehose.
AmazonKinesisFirehoseClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Firehose using the specified AWS account credentials and client configuration options.
AmazonKinesisFirehoseClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Firehose using the specified AWS account credentials provider and client configuration options.
AmazonKinesisFirehoseClient(AwsSyncClientParams clientParams, boolean endpointDiscoveryEnabled)
Constructs a new client to invoke service methods on Firehose using the specified parameters.

Method

PutRecordBatchResultputRecordBatch(PutRecordBatchRequest request)

Writes multiple data records into a delivery stream in a single call, which can achieve higher throughput per producer than when writing single records.