@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSKafka extends Object implements AWSKafka
AWSKafka. Convenient method forms pass through to the corresponding overload that
takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
BatchAssociateScramSecretResult |
batchAssociateScramSecret(BatchAssociateScramSecretRequest request)
Associates one or more Scram Secrets with an Amazon MSK cluster.
|
BatchDisassociateScramSecretResult |
batchDisassociateScramSecret(BatchDisassociateScramSecretRequest request)
Disassociates one or more Scram Secrets from an Amazon MSK cluster.
|
CreateClusterResult |
createCluster(CreateClusterRequest request)
Creates a new MSK cluster.
|
CreateConfigurationResult |
createConfiguration(CreateConfigurationRequest request)
Creates a new MSK configuration.
|
DeleteClusterResult |
deleteCluster(DeleteClusterRequest request)
Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.
|
DeleteConfigurationResult |
deleteConfiguration(DeleteConfigurationRequest request)
Deletes an MSK Configuration.
|
DescribeClusterResult |
describeCluster(DescribeClusterRequest request)
Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.
|
DescribeClusterOperationResult |
describeClusterOperation(DescribeClusterOperationRequest request)
Returns a description of the cluster operation specified by the ARN.
|
DescribeConfigurationResult |
describeConfiguration(DescribeConfigurationRequest request)
Returns a description of this MSK configuration.
|
DescribeConfigurationRevisionResult |
describeConfigurationRevision(DescribeConfigurationRevisionRequest request)
Returns a description of this revision of the configuration.
|
GetBootstrapBrokersResult |
getBootstrapBrokers(GetBootstrapBrokersRequest request)
A list of brokers that a client application can use to bootstrap.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetCompatibleKafkaVersionsResult |
getCompatibleKafkaVersions(GetCompatibleKafkaVersionsRequest request)
Gets the Apache Kafka versions to which you can update the MSK cluster.
|
ListClusterOperationsResult |
listClusterOperations(ListClusterOperationsRequest request)
Returns a list of all the operations that have been performed on the specified MSK cluster.
|
ListClustersResult |
listClusters(ListClustersRequest request)
Returns a list of all the MSK clusters in the current Region.
|
ListConfigurationRevisionsResult |
listConfigurationRevisions(ListConfigurationRevisionsRequest request)
Returns a list of all the MSK configurations in this Region.
|
ListConfigurationsResult |
listConfigurations(ListConfigurationsRequest request)
Returns a list of all the MSK configurations in this Region.
|
ListKafkaVersionsResult |
listKafkaVersions(ListKafkaVersionsRequest request)
Returns a list of Kafka versions.
|
ListNodesResult |
listNodes(ListNodesRequest request)
Returns a list of the broker nodes in the cluster.
|
ListScramSecretsResult |
listScramSecrets(ListScramSecretsRequest request)
Returns a list of the Scram Secrets associated with an Amazon MSK cluster.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Returns a list of the tags associated with the specified resource.
|
RebootBrokerResult |
rebootBroker(RebootBrokerRequest request)
Reboots brokers.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds tags to the specified MSK resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes the tags associated with the keys that are provided in the query.
|
UpdateBrokerCountResult |
updateBrokerCount(UpdateBrokerCountRequest request)
Updates the number of broker nodes in the cluster.
|
UpdateBrokerStorageResult |
updateBrokerStorage(UpdateBrokerStorageRequest request)
Updates the EBS storage associated with MSK brokers.
|
UpdateBrokerTypeResult |
updateBrokerType(UpdateBrokerTypeRequest request)
Updates EC2 instance type.
|
UpdateClusterConfigurationResult |
updateClusterConfiguration(UpdateClusterConfigurationRequest request)
Updates the cluster with the configuration that is specified in the request body.
|
UpdateClusterKafkaVersionResult |
updateClusterKafkaVersion(UpdateClusterKafkaVersionRequest request)
Updates the Apache Kafka version for the cluster.
|
UpdateConfigurationResult |
updateConfiguration(UpdateConfigurationRequest request)
Updates an MSK configuration.
|
UpdateMonitoringResult |
updateMonitoring(UpdateMonitoringRequest request)
Updates the monitoring settings for the cluster.
|
UpdateSecurityResult |
updateSecurity(UpdateSecurityRequest request)
Updates the security settings for the cluster.
|
public BatchAssociateScramSecretResult batchAssociateScramSecret(BatchAssociateScramSecretRequest request)
AWSKafkaAssociates one or more Scram Secrets with an Amazon MSK cluster.
batchAssociateScramSecret in interface AWSKafkarequest - Associates sasl scram secrets to cluster.
public BatchDisassociateScramSecretResult batchDisassociateScramSecret(BatchDisassociateScramSecretRequest request)
AWSKafkaDisassociates one or more Scram Secrets from an Amazon MSK cluster.
batchDisassociateScramSecret in interface AWSKafkarequest - Disassociates sasl scram secrets to cluster.
public CreateClusterResult createCluster(CreateClusterRequest request)
AWSKafkaCreates a new MSK cluster.
createCluster in interface AWSKafkapublic CreateConfigurationResult createConfiguration(CreateConfigurationRequest request)
AWSKafkaCreates a new MSK configuration.
createConfiguration in interface AWSKafkapublic DeleteClusterResult deleteCluster(DeleteClusterRequest request)
AWSKafkaDeletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.
deleteCluster in interface AWSKafkapublic DeleteConfigurationResult deleteConfiguration(DeleteConfigurationRequest request)
AWSKafkaDeletes an MSK Configuration.
deleteConfiguration in interface AWSKafkapublic DescribeClusterResult describeCluster(DescribeClusterRequest request)
AWSKafkaReturns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.
describeCluster in interface AWSKafkapublic DescribeClusterOperationResult describeClusterOperation(DescribeClusterOperationRequest request)
AWSKafkaReturns a description of the cluster operation specified by the ARN.
describeClusterOperation in interface AWSKafkapublic DescribeConfigurationResult describeConfiguration(DescribeConfigurationRequest request)
AWSKafkaReturns a description of this MSK configuration.
describeConfiguration in interface AWSKafkapublic DescribeConfigurationRevisionResult describeConfigurationRevision(DescribeConfigurationRevisionRequest request)
AWSKafkaReturns a description of this revision of the configuration.
describeConfigurationRevision in interface AWSKafkapublic GetBootstrapBrokersResult getBootstrapBrokers(GetBootstrapBrokersRequest request)
AWSKafkaA list of brokers that a client application can use to bootstrap.
getBootstrapBrokers in interface AWSKafkapublic GetCompatibleKafkaVersionsResult getCompatibleKafkaVersions(GetCompatibleKafkaVersionsRequest request)
AWSKafkaGets the Apache Kafka versions to which you can update the MSK cluster.
getCompatibleKafkaVersions in interface AWSKafkapublic ListClusterOperationsResult listClusterOperations(ListClusterOperationsRequest request)
AWSKafkaReturns a list of all the operations that have been performed on the specified MSK cluster.
listClusterOperations in interface AWSKafkapublic ListClustersResult listClusters(ListClustersRequest request)
AWSKafkaReturns a list of all the MSK clusters in the current Region.
listClusters in interface AWSKafkapublic ListConfigurationRevisionsResult listConfigurationRevisions(ListConfigurationRevisionsRequest request)
AWSKafkaReturns a list of all the MSK configurations in this Region.
listConfigurationRevisions in interface AWSKafkapublic ListConfigurationsResult listConfigurations(ListConfigurationsRequest request)
AWSKafkaReturns a list of all the MSK configurations in this Region.
listConfigurations in interface AWSKafkapublic ListKafkaVersionsResult listKafkaVersions(ListKafkaVersionsRequest request)
AWSKafkaReturns a list of Kafka versions.
listKafkaVersions in interface AWSKafkapublic ListNodesResult listNodes(ListNodesRequest request)
AWSKafkaReturns a list of the broker nodes in the cluster.
listNodes in interface AWSKafkapublic ListScramSecretsResult listScramSecrets(ListScramSecretsRequest request)
AWSKafkaReturns a list of the Scram Secrets associated with an Amazon MSK cluster.
listScramSecrets in interface AWSKafkapublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSKafkaReturns a list of the tags associated with the specified resource.
listTagsForResource in interface AWSKafkapublic RebootBrokerResult rebootBroker(RebootBrokerRequest request)
AWSKafkarebootBroker in interface AWSKafkarequest - Reboots a node.public TagResourceResult tagResource(TagResourceRequest request)
AWSKafkaAdds tags to the specified MSK resource.
tagResource in interface AWSKafkapublic UntagResourceResult untagResource(UntagResourceRequest request)
AWSKafkaRemoves the tags associated with the keys that are provided in the query.
untagResource in interface AWSKafkapublic UpdateBrokerCountResult updateBrokerCount(UpdateBrokerCountRequest request)
AWSKafkaUpdates the number of broker nodes in the cluster.
updateBrokerCount in interface AWSKafkapublic UpdateBrokerStorageResult updateBrokerStorage(UpdateBrokerStorageRequest request)
AWSKafkaUpdates the EBS storage associated with MSK brokers.
updateBrokerStorage in interface AWSKafkapublic UpdateBrokerTypeResult updateBrokerType(UpdateBrokerTypeRequest request)
AWSKafkaUpdates EC2 instance type.
updateBrokerType in interface AWSKafkapublic UpdateClusterConfigurationResult updateClusterConfiguration(UpdateClusterConfigurationRequest request)
AWSKafkaUpdates the cluster with the configuration that is specified in the request body.
updateClusterConfiguration in interface AWSKafkapublic UpdateClusterKafkaVersionResult updateClusterKafkaVersion(UpdateClusterKafkaVersionRequest request)
AWSKafkaUpdates the Apache Kafka version for the cluster.
updateClusterKafkaVersion in interface AWSKafkapublic UpdateConfigurationResult updateConfiguration(UpdateConfigurationRequest request)
AWSKafkaUpdates an MSK configuration.
updateConfiguration in interface AWSKafkapublic UpdateMonitoringResult updateMonitoring(UpdateMonitoringRequest request)
AWSKafkaUpdates the monitoring settings for the cluster. You can use this operation to specify which Apache Kafka metrics you want Amazon MSK to send to Amazon CloudWatch. You can also specify settings for open monitoring with Prometheus.
updateMonitoring in interface AWSKafkarequest - Request body for UpdateMonitoring.public UpdateSecurityResult updateSecurity(UpdateSecurityRequest request)
AWSKafkaUpdates the security settings for the cluster. You can use this operation to specify encryption and authentication on existing clusters.
updateSecurity in interface AWSKafkapublic void shutdown()
AWSKafkapublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSKafkaResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSKafkarequest - The originally executed request.