@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 |
|---|---|
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.
|
DescribeClusterResult |
describeCluster(DescribeClusterRequest request)
Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.
|
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.
|
ListClustersResult |
listClusters(ListClustersRequest request)
Returns a list of clusters in an account.
|
ListConfigurationsResult |
listConfigurations(ListConfigurationsRequest request)
Returns a list of all the MSK configurations in this Region for this account.
|
ListNodesResult |
listNodes(ListNodesRequest request)
Returns a list of the broker nodes in the cluster.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Returns a list of tags attached to a resource.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Tag a resource with given tags.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Remove tags of a resource by given tag keys.
|
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 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 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 ListClustersResult listClusters(ListClustersRequest request)
AWSKafkaReturns a list of clusters in an account.
listClusters in interface AWSKafkapublic ListConfigurationsResult listConfigurations(ListConfigurationsRequest request)
AWSKafkaReturns a list of all the MSK configurations in this Region for this account.
listConfigurations in interface AWSKafkapublic ListNodesResult listNodes(ListNodesRequest request)
AWSKafkaReturns a list of the broker nodes in the cluster.
listNodes in interface AWSKafkapublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSKafkaReturns a list of tags attached to a resource.
listTagsForResource in interface AWSKafkapublic TagResourceResult tagResource(TagResourceRequest request)
AWSKafkaTag a resource with given tags.
tagResource in interface AWSKafkapublic UntagResourceResult untagResource(UntagResourceRequest request)
AWSKafkaRemove tags of a resource by given tag keys.
untagResource 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.