| Package | Description |
|---|---|
| com.amazonaws.services.kafka |
The operations for managing an Amazon MSK cluster.
|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
GetBootstrapBrokersResult |
AbstractAWSKafka.getBootstrapBrokers(GetBootstrapBrokersRequest request) |
GetBootstrapBrokersResult |
AWSKafka.getBootstrapBrokers(GetBootstrapBrokersRequest getBootstrapBrokersRequest)
A list of brokers that a client application can use to bootstrap.
|
GetBootstrapBrokersResult |
AWSKafkaClient.getBootstrapBrokers(GetBootstrapBrokersRequest request)
A list of brokers that a client application can use to bootstrap.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetBootstrapBrokersResult> |
AWSKafkaAsyncClient.getBootstrapBrokersAsync(GetBootstrapBrokersRequest request,
AsyncHandler<GetBootstrapBrokersRequest,GetBootstrapBrokersResult> asyncHandler) |
Future<GetBootstrapBrokersResult> |
AbstractAWSKafkaAsync.getBootstrapBrokersAsync(GetBootstrapBrokersRequest request,
AsyncHandler<GetBootstrapBrokersRequest,GetBootstrapBrokersResult> asyncHandler) |
Future<GetBootstrapBrokersResult> |
AWSKafkaAsync.getBootstrapBrokersAsync(GetBootstrapBrokersRequest getBootstrapBrokersRequest,
AsyncHandler<GetBootstrapBrokersRequest,GetBootstrapBrokersResult> asyncHandler)
A list of brokers that a client application can use to bootstrap.
|
| Modifier and Type | Method and Description |
|---|---|
GetBootstrapBrokersResult |
GetBootstrapBrokersResult.clone() |
GetBootstrapBrokersResult |
GetBootstrapBrokersResult.withBootstrapBrokerString(String bootstrapBrokerString)
A string containing one or more hostname:port pairs.
|
GetBootstrapBrokersResult |
GetBootstrapBrokersResult.withBootstrapBrokerStringPublicSaslIam(String bootstrapBrokerStringPublicSaslIam)
A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.
|
GetBootstrapBrokersResult |
GetBootstrapBrokersResult.withBootstrapBrokerStringPublicSaslScram(String bootstrapBrokerStringPublicSaslScram)
A string containing one or more DNS names (or IP) and Sasl Scram port pairs.
|
GetBootstrapBrokersResult |
GetBootstrapBrokersResult.withBootstrapBrokerStringPublicTls(String bootstrapBrokerStringPublicTls)
A string containing one or more DNS names (or IP) and TLS port pairs.
|
GetBootstrapBrokersResult |
GetBootstrapBrokersResult.withBootstrapBrokerStringSaslIam(String bootstrapBrokerStringSaslIam)
A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.
|
GetBootstrapBrokersResult |
GetBootstrapBrokersResult.withBootstrapBrokerStringSaslScram(String bootstrapBrokerStringSaslScram)
A string containing one or more DNS names (or IP) and Sasl Scram port pairs.
|
GetBootstrapBrokersResult |
GetBootstrapBrokersResult.withBootstrapBrokerStringTls(String bootstrapBrokerStringTls)
A string containing one or more DNS names (or IP) and TLS port pairs.
|
GetBootstrapBrokersResult |
GetBootstrapBrokersResult.withBootstrapBrokerStringVpcConnectivitySaslIam(String bootstrapBrokerStringVpcConnectivitySaslIam)
A string containing one or more DNS names (or IP) and SASL/IAM port pairs for VPC connectivity.
|
GetBootstrapBrokersResult |
GetBootstrapBrokersResult.withBootstrapBrokerStringVpcConnectivitySaslScram(String bootstrapBrokerStringVpcConnectivitySaslScram)
A string containing one or more DNS names (or IP) and SASL/SCRAM port pairs for VPC connectivity.
|
GetBootstrapBrokersResult |
GetBootstrapBrokersResult.withBootstrapBrokerStringVpcConnectivityTls(String bootstrapBrokerStringVpcConnectivityTls)
A string containing one or more DNS names (or IP) and TLS port pairs for VPC connectivity.
|
Copyright © 2024. All rights reserved.