@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.
|
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.
|
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.
|
ListNodesResult |
listNodes(ListNodesRequest request)
Returns a list of the broker nodes in the cluster.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Returns a list of the tags associated with the specified resource.
|
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.
|
UpdateBrokerStorageResult |
updateBrokerStorage(UpdateBrokerStorageRequest request)
Updates the EBS storage associated with MSK brokers.
|
UpdateClusterConfigurationResult |
updateClusterConfiguration(UpdateClusterConfigurationRequest request)
Updates the cluster with the configuration that is specified in the request body.
|
public CreateClusterResult createCluster(CreateClusterRequest request)
AWSKafka
Creates a new MSK cluster.
createCluster
in interface AWSKafka
public CreateConfigurationResult createConfiguration(CreateConfigurationRequest request)
AWSKafka
Creates a new MSK configuration.
createConfiguration
in interface AWSKafka
public DeleteClusterResult deleteCluster(DeleteClusterRequest request)
AWSKafka
Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.
deleteCluster
in interface AWSKafka
public DescribeClusterResult describeCluster(DescribeClusterRequest request)
AWSKafka
Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.
describeCluster
in interface AWSKafka
public DescribeClusterOperationResult describeClusterOperation(DescribeClusterOperationRequest request)
AWSKafka
Returns a description of the cluster operation specified by the ARN.
describeClusterOperation
in interface AWSKafka
public DescribeConfigurationResult describeConfiguration(DescribeConfigurationRequest request)
AWSKafka
Returns a description of this MSK configuration.
describeConfiguration
in interface AWSKafka
public DescribeConfigurationRevisionResult describeConfigurationRevision(DescribeConfigurationRevisionRequest request)
AWSKafka
Returns a description of this revision of the configuration.
describeConfigurationRevision
in interface AWSKafka
public GetBootstrapBrokersResult getBootstrapBrokers(GetBootstrapBrokersRequest request)
AWSKafka
A list of brokers that a client application can use to bootstrap.
getBootstrapBrokers
in interface AWSKafka
public ListClusterOperationsResult listClusterOperations(ListClusterOperationsRequest request)
AWSKafka
Returns a list of all the operations that have been performed on the specified MSK cluster.
listClusterOperations
in interface AWSKafka
public ListClustersResult listClusters(ListClustersRequest request)
AWSKafka
Returns a list of all the MSK clusters in the current Region.
listClusters
in interface AWSKafka
public ListConfigurationRevisionsResult listConfigurationRevisions(ListConfigurationRevisionsRequest request)
AWSKafka
Returns a list of all the MSK configurations in this Region.
listConfigurationRevisions
in interface AWSKafka
public ListConfigurationsResult listConfigurations(ListConfigurationsRequest request)
AWSKafka
Returns a list of all the MSK configurations in this Region.
listConfigurations
in interface AWSKafka
public ListNodesResult listNodes(ListNodesRequest request)
AWSKafka
Returns a list of the broker nodes in the cluster.
listNodes
in interface AWSKafka
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSKafka
Returns a list of the tags associated with the specified resource.
listTagsForResource
in interface AWSKafka
public TagResourceResult tagResource(TagResourceRequest request)
AWSKafka
Adds tags to the specified MSK resource.
tagResource
in interface AWSKafka
public UntagResourceResult untagResource(UntagResourceRequest request)
AWSKafka
Removes the tags associated with the keys that are provided in the query.
untagResource
in interface AWSKafka
public UpdateBrokerStorageResult updateBrokerStorage(UpdateBrokerStorageRequest request)
AWSKafka
Updates the EBS storage associated with MSK brokers.
updateBrokerStorage
in interface AWSKafka
public UpdateClusterConfigurationResult updateClusterConfiguration(UpdateClusterConfigurationRequest request)
AWSKafka
Updates the cluster with the configuration that is specified in the request body.
updateClusterConfiguration
in interface AWSKafka
public void shutdown()
AWSKafka
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSKafka
Response 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 AWSKafka
request
- The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.