@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSKafkaAsync extends AbstractAWSKafka implements AWSKafkaAsync
AWSKafkaAsync
. Convenient method forms pass through to the corresponding overload
that takes a request object and an AsyncHandler
, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
createCluster, createConfiguration, deleteCluster, describeCluster, describeClusterOperation, describeConfiguration, describeConfigurationRevision, getBootstrapBrokers, getCachedResponseMetadata, listClusterOperations, listClusters, listConfigurationRevisions, listConfigurations, listKafkaVersions, listNodes, listTagsForResource, shutdown, tagResource, untagResource, updateBrokerCount, updateBrokerStorage, updateClusterConfiguration, updateMonitoring
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createCluster, createConfiguration, deleteCluster, describeCluster, describeClusterOperation, describeConfiguration, describeConfigurationRevision, getBootstrapBrokers, getCachedResponseMetadata, listClusterOperations, listClusters, listConfigurationRevisions, listConfigurations, listKafkaVersions, listNodes, listTagsForResource, shutdown, tagResource, untagResource, updateBrokerCount, updateBrokerStorage, updateClusterConfiguration, updateMonitoring
public Future<CreateClusterResult> createClusterAsync(CreateClusterRequest request)
AWSKafkaAsync
Creates a new MSK cluster.
createClusterAsync
in interface AWSKafkaAsync
public Future<CreateClusterResult> createClusterAsync(CreateClusterRequest request, AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler)
AWSKafkaAsync
Creates a new MSK cluster.
createClusterAsync
in interface AWSKafkaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateConfigurationResult> createConfigurationAsync(CreateConfigurationRequest request)
AWSKafkaAsync
Creates a new MSK configuration.
createConfigurationAsync
in interface AWSKafkaAsync
public Future<CreateConfigurationResult> createConfigurationAsync(CreateConfigurationRequest request, AsyncHandler<CreateConfigurationRequest,CreateConfigurationResult> asyncHandler)
AWSKafkaAsync
Creates a new MSK configuration.
createConfigurationAsync
in interface AWSKafkaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteClusterResult> deleteClusterAsync(DeleteClusterRequest request)
AWSKafkaAsync
Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.
deleteClusterAsync
in interface AWSKafkaAsync
public Future<DeleteClusterResult> deleteClusterAsync(DeleteClusterRequest request, AsyncHandler<DeleteClusterRequest,DeleteClusterResult> asyncHandler)
AWSKafkaAsync
Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.
deleteClusterAsync
in interface AWSKafkaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeClusterResult> describeClusterAsync(DescribeClusterRequest request)
AWSKafkaAsync
Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.
describeClusterAsync
in interface AWSKafkaAsync
public Future<DescribeClusterResult> describeClusterAsync(DescribeClusterRequest request, AsyncHandler<DescribeClusterRequest,DescribeClusterResult> asyncHandler)
AWSKafkaAsync
Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.
describeClusterAsync
in interface AWSKafkaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeClusterOperationResult> describeClusterOperationAsync(DescribeClusterOperationRequest request)
AWSKafkaAsync
Returns a description of the cluster operation specified by the ARN.
describeClusterOperationAsync
in interface AWSKafkaAsync
public Future<DescribeClusterOperationResult> describeClusterOperationAsync(DescribeClusterOperationRequest request, AsyncHandler<DescribeClusterOperationRequest,DescribeClusterOperationResult> asyncHandler)
AWSKafkaAsync
Returns a description of the cluster operation specified by the ARN.
describeClusterOperationAsync
in interface AWSKafkaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeConfigurationResult> describeConfigurationAsync(DescribeConfigurationRequest request)
AWSKafkaAsync
Returns a description of this MSK configuration.
describeConfigurationAsync
in interface AWSKafkaAsync
public Future<DescribeConfigurationResult> describeConfigurationAsync(DescribeConfigurationRequest request, AsyncHandler<DescribeConfigurationRequest,DescribeConfigurationResult> asyncHandler)
AWSKafkaAsync
Returns a description of this MSK configuration.
describeConfigurationAsync
in interface AWSKafkaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeConfigurationRevisionResult> describeConfigurationRevisionAsync(DescribeConfigurationRevisionRequest request)
AWSKafkaAsync
Returns a description of this revision of the configuration.
describeConfigurationRevisionAsync
in interface AWSKafkaAsync
public Future<DescribeConfigurationRevisionResult> describeConfigurationRevisionAsync(DescribeConfigurationRevisionRequest request, AsyncHandler<DescribeConfigurationRevisionRequest,DescribeConfigurationRevisionResult> asyncHandler)
AWSKafkaAsync
Returns a description of this revision of the configuration.
describeConfigurationRevisionAsync
in interface AWSKafkaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetBootstrapBrokersResult> getBootstrapBrokersAsync(GetBootstrapBrokersRequest request)
AWSKafkaAsync
A list of brokers that a client application can use to bootstrap.
getBootstrapBrokersAsync
in interface AWSKafkaAsync
public Future<GetBootstrapBrokersResult> getBootstrapBrokersAsync(GetBootstrapBrokersRequest request, AsyncHandler<GetBootstrapBrokersRequest,GetBootstrapBrokersResult> asyncHandler)
AWSKafkaAsync
A list of brokers that a client application can use to bootstrap.
getBootstrapBrokersAsync
in interface AWSKafkaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListClusterOperationsResult> listClusterOperationsAsync(ListClusterOperationsRequest request)
AWSKafkaAsync
Returns a list of all the operations that have been performed on the specified MSK cluster.
listClusterOperationsAsync
in interface AWSKafkaAsync
public Future<ListClusterOperationsResult> listClusterOperationsAsync(ListClusterOperationsRequest request, AsyncHandler<ListClusterOperationsRequest,ListClusterOperationsResult> asyncHandler)
AWSKafkaAsync
Returns a list of all the operations that have been performed on the specified MSK cluster.
listClusterOperationsAsync
in interface AWSKafkaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListClustersResult> listClustersAsync(ListClustersRequest request)
AWSKafkaAsync
Returns a list of all the MSK clusters in the current Region.
listClustersAsync
in interface AWSKafkaAsync
public Future<ListClustersResult> listClustersAsync(ListClustersRequest request, AsyncHandler<ListClustersRequest,ListClustersResult> asyncHandler)
AWSKafkaAsync
Returns a list of all the MSK clusters in the current Region.
listClustersAsync
in interface AWSKafkaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListConfigurationRevisionsResult> listConfigurationRevisionsAsync(ListConfigurationRevisionsRequest request)
AWSKafkaAsync
Returns a list of all the MSK configurations in this Region.
listConfigurationRevisionsAsync
in interface AWSKafkaAsync
public Future<ListConfigurationRevisionsResult> listConfigurationRevisionsAsync(ListConfigurationRevisionsRequest request, AsyncHandler<ListConfigurationRevisionsRequest,ListConfigurationRevisionsResult> asyncHandler)
AWSKafkaAsync
Returns a list of all the MSK configurations in this Region.
listConfigurationRevisionsAsync
in interface AWSKafkaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListConfigurationsResult> listConfigurationsAsync(ListConfigurationsRequest request)
AWSKafkaAsync
Returns a list of all the MSK configurations in this Region.
listConfigurationsAsync
in interface AWSKafkaAsync
public Future<ListConfigurationsResult> listConfigurationsAsync(ListConfigurationsRequest request, AsyncHandler<ListConfigurationsRequest,ListConfigurationsResult> asyncHandler)
AWSKafkaAsync
Returns a list of all the MSK configurations in this Region.
listConfigurationsAsync
in interface AWSKafkaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListKafkaVersionsResult> listKafkaVersionsAsync(ListKafkaVersionsRequest request)
AWSKafkaAsync
Returns a list of Kafka versions.
listKafkaVersionsAsync
in interface AWSKafkaAsync
public Future<ListKafkaVersionsResult> listKafkaVersionsAsync(ListKafkaVersionsRequest request, AsyncHandler<ListKafkaVersionsRequest,ListKafkaVersionsResult> asyncHandler)
AWSKafkaAsync
Returns a list of Kafka versions.
listKafkaVersionsAsync
in interface AWSKafkaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListNodesResult> listNodesAsync(ListNodesRequest request)
AWSKafkaAsync
Returns a list of the broker nodes in the cluster.
listNodesAsync
in interface AWSKafkaAsync
public Future<ListNodesResult> listNodesAsync(ListNodesRequest request, AsyncHandler<ListNodesRequest,ListNodesResult> asyncHandler)
AWSKafkaAsync
Returns a list of the broker nodes in the cluster.
listNodesAsync
in interface AWSKafkaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSKafkaAsync
Returns a list of the tags associated with the specified resource.
listTagsForResourceAsync
in interface AWSKafkaAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSKafkaAsync
Returns a list of the tags associated with the specified resource.
listTagsForResourceAsync
in interface AWSKafkaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSKafkaAsync
Adds tags to the specified MSK resource.
tagResourceAsync
in interface AWSKafkaAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSKafkaAsync
Adds tags to the specified MSK resource.
tagResourceAsync
in interface AWSKafkaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSKafkaAsync
Removes the tags associated with the keys that are provided in the query.
untagResourceAsync
in interface AWSKafkaAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSKafkaAsync
Removes the tags associated with the keys that are provided in the query.
untagResourceAsync
in interface AWSKafkaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateBrokerCountResult> updateBrokerCountAsync(UpdateBrokerCountRequest request)
AWSKafkaAsync
Updates the number of broker nodes in the cluster.
updateBrokerCountAsync
in interface AWSKafkaAsync
public Future<UpdateBrokerCountResult> updateBrokerCountAsync(UpdateBrokerCountRequest request, AsyncHandler<UpdateBrokerCountRequest,UpdateBrokerCountResult> asyncHandler)
AWSKafkaAsync
Updates the number of broker nodes in the cluster.
updateBrokerCountAsync
in interface AWSKafkaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateBrokerStorageResult> updateBrokerStorageAsync(UpdateBrokerStorageRequest request)
AWSKafkaAsync
Updates the EBS storage associated with MSK brokers.
updateBrokerStorageAsync
in interface AWSKafkaAsync
public Future<UpdateBrokerStorageResult> updateBrokerStorageAsync(UpdateBrokerStorageRequest request, AsyncHandler<UpdateBrokerStorageRequest,UpdateBrokerStorageResult> asyncHandler)
AWSKafkaAsync
Updates the EBS storage associated with MSK brokers.
updateBrokerStorageAsync
in interface AWSKafkaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateClusterConfigurationResult> updateClusterConfigurationAsync(UpdateClusterConfigurationRequest request)
AWSKafkaAsync
Updates the cluster with the configuration that is specified in the request body.
updateClusterConfigurationAsync
in interface AWSKafkaAsync
public Future<UpdateClusterConfigurationResult> updateClusterConfigurationAsync(UpdateClusterConfigurationRequest request, AsyncHandler<UpdateClusterConfigurationRequest,UpdateClusterConfigurationResult> asyncHandler)
AWSKafkaAsync
Updates the cluster with the configuration that is specified in the request body.
updateClusterConfigurationAsync
in interface AWSKafkaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateMonitoringResult> updateMonitoringAsync(UpdateMonitoringRequest request)
AWSKafkaAsync
Updates 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.
updateMonitoringAsync
in interface AWSKafkaAsync
request
- Request body for UpdateMonitoring.public Future<UpdateMonitoringResult> updateMonitoringAsync(UpdateMonitoringRequest request, AsyncHandler<UpdateMonitoringRequest,UpdateMonitoringResult> asyncHandler)
AWSKafkaAsync
Updates 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.
updateMonitoringAsync
in interface AWSKafkaAsync
request
- Request body for UpdateMonitoring.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.