@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSKafka
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSKafka
instead.
The operations for managing an Amazon MSK cluster.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
BatchAssociateScramSecretResult |
batchAssociateScramSecret(BatchAssociateScramSecretRequest batchAssociateScramSecretRequest)
Associates one or more Scram Secrets with an Amazon MSK cluster.
|
BatchDisassociateScramSecretResult |
batchDisassociateScramSecret(BatchDisassociateScramSecretRequest batchDisassociateScramSecretRequest)
Disassociates one or more Scram Secrets from an Amazon MSK cluster.
|
CreateClusterResult |
createCluster(CreateClusterRequest createClusterRequest)
Creates a new MSK cluster.
|
CreateClusterV2Result |
createClusterV2(CreateClusterV2Request createClusterV2Request)
Creates a new MSK cluster.
|
CreateConfigurationResult |
createConfiguration(CreateConfigurationRequest createConfigurationRequest)
Creates a new MSK configuration.
|
DeleteClusterResult |
deleteCluster(DeleteClusterRequest deleteClusterRequest)
Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.
|
DeleteConfigurationResult |
deleteConfiguration(DeleteConfigurationRequest deleteConfigurationRequest)
Deletes an MSK Configuration.
|
DescribeClusterResult |
describeCluster(DescribeClusterRequest describeClusterRequest)
Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.
|
DescribeClusterOperationResult |
describeClusterOperation(DescribeClusterOperationRequest describeClusterOperationRequest)
Returns a description of the cluster operation specified by the ARN.
|
DescribeClusterV2Result |
describeClusterV2(DescribeClusterV2Request describeClusterV2Request)
Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.
|
DescribeConfigurationResult |
describeConfiguration(DescribeConfigurationRequest describeConfigurationRequest)
Returns a description of this MSK configuration.
|
DescribeConfigurationRevisionResult |
describeConfigurationRevision(DescribeConfigurationRevisionRequest describeConfigurationRevisionRequest)
Returns a description of this revision of the configuration.
|
GetBootstrapBrokersResult |
getBootstrapBrokers(GetBootstrapBrokersRequest getBootstrapBrokersRequest)
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 getCompatibleKafkaVersionsRequest)
Gets the Apache Kafka versions to which you can update the MSK cluster.
|
ListClusterOperationsResult |
listClusterOperations(ListClusterOperationsRequest listClusterOperationsRequest)
Returns a list of all the operations that have been performed on the specified MSK cluster.
|
ListClustersResult |
listClusters(ListClustersRequest listClustersRequest)
Returns a list of all the MSK clusters in the current Region.
|
ListClustersV2Result |
listClustersV2(ListClustersV2Request listClustersV2Request)
Returns a list of all the MSK clusters in the current Region.
|
ListConfigurationRevisionsResult |
listConfigurationRevisions(ListConfigurationRevisionsRequest listConfigurationRevisionsRequest)
Returns a list of all the MSK configurations in this Region.
|
ListConfigurationsResult |
listConfigurations(ListConfigurationsRequest listConfigurationsRequest)
Returns a list of all the MSK configurations in this Region.
|
ListKafkaVersionsResult |
listKafkaVersions(ListKafkaVersionsRequest listKafkaVersionsRequest)
Returns a list of Apache Kafka versions.
|
ListNodesResult |
listNodes(ListNodesRequest listNodesRequest)
Returns a list of the broker nodes in the cluster.
|
ListScramSecretsResult |
listScramSecrets(ListScramSecretsRequest listScramSecretsRequest)
Returns a list of the Scram Secrets associated with an Amazon MSK cluster.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of the tags associated with the specified resource.
|
RebootBrokerResult |
rebootBroker(RebootBrokerRequest rebootBrokerRequest)
Reboots brokers.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest tagResourceRequest)
Adds tags to the specified MSK resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Removes the tags associated with the keys that are provided in the query.
|
UpdateBrokerCountResult |
updateBrokerCount(UpdateBrokerCountRequest updateBrokerCountRequest)
Updates the number of broker nodes in the cluster.
|
UpdateBrokerStorageResult |
updateBrokerStorage(UpdateBrokerStorageRequest updateBrokerStorageRequest)
Updates the EBS storage associated with MSK brokers.
|
UpdateBrokerTypeResult |
updateBrokerType(UpdateBrokerTypeRequest updateBrokerTypeRequest)
Updates EC2 instance type.
|
UpdateClusterConfigurationResult |
updateClusterConfiguration(UpdateClusterConfigurationRequest updateClusterConfigurationRequest)
Updates the cluster with the configuration that is specified in the request body.
|
UpdateClusterKafkaVersionResult |
updateClusterKafkaVersion(UpdateClusterKafkaVersionRequest updateClusterKafkaVersionRequest)
Updates the Apache Kafka version for the cluster.
|
UpdateConfigurationResult |
updateConfiguration(UpdateConfigurationRequest updateConfigurationRequest)
Updates an MSK configuration.
|
UpdateConnectivityResult |
updateConnectivity(UpdateConnectivityRequest updateConnectivityRequest)
Updates the cluster's connectivity configuration.
|
UpdateMonitoringResult |
updateMonitoring(UpdateMonitoringRequest updateMonitoringRequest)
Updates the monitoring settings for the cluster.
|
UpdateSecurityResult |
updateSecurity(UpdateSecurityRequest updateSecurityRequest)
Updates the security settings for the cluster.
|
static final String ENDPOINT_PREFIX
BatchAssociateScramSecretResult batchAssociateScramSecret(BatchAssociateScramSecretRequest batchAssociateScramSecretRequest)
Associates one or more Scram Secrets with an Amazon MSK cluster.
batchAssociateScramSecretRequest
- Associates sasl scram secrets to cluster.
BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
NotFoundException
- The resource could not be found due to incorrect input. Correct the input, then retry the request.
ServiceUnavailableException
- 503 response
TooManyRequestsException
- 429 response
BatchDisassociateScramSecretResult batchDisassociateScramSecret(BatchDisassociateScramSecretRequest batchDisassociateScramSecretRequest)
Disassociates one or more Scram Secrets from an Amazon MSK cluster.
batchDisassociateScramSecretRequest
- Disassociates sasl scram secrets to cluster.
BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
NotFoundException
- The resource could not be found due to incorrect input. Correct the input, then retry the request.
ServiceUnavailableException
- 503 response
TooManyRequestsException
- 429 response
CreateClusterResult createCluster(CreateClusterRequest createClusterRequest)
Creates a new MSK cluster.
createClusterRequest
- BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
ServiceUnavailableException
- 503 response
TooManyRequestsException
- 429 response
ConflictException
- This cluster name already exists. Retry your request using another name.
CreateClusterV2Result createClusterV2(CreateClusterV2Request createClusterV2Request)
Creates a new MSK cluster.
createClusterV2Request
- BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
ServiceUnavailableException
- 503 response
TooManyRequestsException
- 429 response
ConflictException
- This cluster name already exists. Retry your request using another name.
CreateConfigurationResult createConfiguration(CreateConfigurationRequest createConfigurationRequest)
Creates a new MSK configuration.
createConfigurationRequest
- BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
ServiceUnavailableException
- 503 response
TooManyRequestsException
- 429 response
ConflictException
- This cluster name already exists. Retry your request using another name.
DeleteClusterResult deleteCluster(DeleteClusterRequest deleteClusterRequest)
Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.
deleteClusterRequest
- NotFoundException
- The resource could not be found due to incorrect input. Correct the input, then retry the request.
BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
DeleteConfigurationResult deleteConfiguration(DeleteConfigurationRequest deleteConfigurationRequest)
Deletes an MSK Configuration.
deleteConfigurationRequest
- NotFoundException
- The resource could not be found due to incorrect input. Correct the input, then retry the request.
BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
DescribeClusterResult describeCluster(DescribeClusterRequest describeClusterRequest)
Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.
describeClusterRequest
- NotFoundException
- The resource could not be found due to incorrect input. Correct the input, then retry the request.
BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
DescribeClusterOperationResult describeClusterOperation(DescribeClusterOperationRequest describeClusterOperationRequest)
Returns a description of the cluster operation specified by the ARN.
describeClusterOperationRequest
- NotFoundException
- The resource could not be found due to incorrect input. Correct the input, then retry the request.
BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
DescribeClusterV2Result describeClusterV2(DescribeClusterV2Request describeClusterV2Request)
Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.
describeClusterV2Request
- NotFoundException
- The resource could not be found due to incorrect input. Correct the input, then retry the request.
BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
DescribeConfigurationResult describeConfiguration(DescribeConfigurationRequest describeConfigurationRequest)
Returns a description of this MSK configuration.
describeConfigurationRequest
- BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
NotFoundException
- The resource could not be found due to incorrect input. Correct the input, then retry the request.
ServiceUnavailableException
- 503 response
DescribeConfigurationRevisionResult describeConfigurationRevision(DescribeConfigurationRevisionRequest describeConfigurationRevisionRequest)
Returns a description of this revision of the configuration.
describeConfigurationRevisionRequest
- BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
NotFoundException
- The resource could not be found due to incorrect input. Correct the input, then retry the request.
ServiceUnavailableException
- 503 response
GetBootstrapBrokersResult getBootstrapBrokers(GetBootstrapBrokersRequest getBootstrapBrokersRequest)
A list of brokers that a client application can use to bootstrap.
getBootstrapBrokersRequest
- BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ConflictException
- This cluster name already exists. Retry your request using another name.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
GetCompatibleKafkaVersionsResult getCompatibleKafkaVersions(GetCompatibleKafkaVersionsRequest getCompatibleKafkaVersionsRequest)
Gets the Apache Kafka versions to which you can update the MSK cluster.
getCompatibleKafkaVersionsRequest
- BadRequestException
- n
The request isn't valid because the input is incorrect. Correct your input and then submit it again.
nUnauthorizedException
- n
The request is not authorized. The provided credentials couldn't be validated.
nInternalServerErrorException
- n
There was an unexpected internal server error. Retrying your request might resolve the issue.
nForbiddenException
- n
Access forbidden. Check your credentials and then retry your request.
nNotFoundException
- n
The resource could not be found due to incorrect input. Correct the input, then retry the request.
nServiceUnavailableException
- n
503 response
nTooManyRequestsException
- n
429 response
nListClusterOperationsResult listClusterOperations(ListClusterOperationsRequest listClusterOperationsRequest)
Returns a list of all the operations that have been performed on the specified MSK cluster.
listClusterOperationsRequest
- BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
ListClustersResult listClusters(ListClustersRequest listClustersRequest)
Returns a list of all the MSK clusters in the current Region.
listClustersRequest
- BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
ListClustersV2Result listClustersV2(ListClustersV2Request listClustersV2Request)
Returns a list of all the MSK clusters in the current Region.
listClustersV2Request
- BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
ListConfigurationRevisionsResult listConfigurationRevisions(ListConfigurationRevisionsRequest listConfigurationRevisionsRequest)
Returns a list of all the MSK configurations in this Region.
listConfigurationRevisionsRequest
- BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
NotFoundException
- The resource could not be found due to incorrect input. Correct the input, then retry the request.
ServiceUnavailableException
- 503 response
ListConfigurationsResult listConfigurations(ListConfigurationsRequest listConfigurationsRequest)
Returns a list of all the MSK configurations in this Region.
listConfigurationsRequest
- ServiceUnavailableException
- 503 response
BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
ListKafkaVersionsResult listKafkaVersions(ListKafkaVersionsRequest listKafkaVersionsRequest)
Returns a list of Apache Kafka versions.
listKafkaVersionsRequest
- BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
ListNodesResult listNodes(ListNodesRequest listNodesRequest)
Returns a list of the broker nodes in the cluster.
listNodesRequest
- NotFoundException
- The resource could not be found due to incorrect input. Correct the input, then retry the request.
BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
ListScramSecretsResult listScramSecrets(ListScramSecretsRequest listScramSecretsRequest)
Returns a list of the Scram Secrets associated with an Amazon MSK cluster.
listScramSecretsRequest
- BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
NotFoundException
- The resource could not be found due to incorrect input. Correct the input, then retry the request.
ServiceUnavailableException
- 503 response
TooManyRequestsException
- 429 response
ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of the tags associated with the specified resource.
listTagsForResourceRequest
- NotFoundException
- The resource could not be found due to incorrect input. Correct the input, then retry the request.
BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
RebootBrokerResult rebootBroker(RebootBrokerRequest rebootBrokerRequest)
rebootBrokerRequest
- Reboots a node.BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
NotFoundException
- The resource could not be found due to incorrect input. Correct the input, then retry the request.
ServiceUnavailableException
- 503 response
TooManyRequestsException
- 429 response
TagResourceResult tagResource(TagResourceRequest tagResourceRequest)
Adds tags to the specified MSK resource.
tagResourceRequest
- NotFoundException
- The resource could not be found due to incorrect input. Correct the input, then retry the request.
BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
UntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Removes the tags associated with the keys that are provided in the query.
untagResourceRequest
- NotFoundException
- The resource could not be found due to incorrect input. Correct the input, then retry the request.
BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
UpdateBrokerCountResult updateBrokerCount(UpdateBrokerCountRequest updateBrokerCountRequest)
Updates the number of broker nodes in the cluster.
updateBrokerCountRequest
- ServiceUnavailableException
- 503 response
BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
UpdateBrokerStorageResult updateBrokerStorage(UpdateBrokerStorageRequest updateBrokerStorageRequest)
Updates the EBS storage associated with MSK brokers.
updateBrokerStorageRequest
- ServiceUnavailableException
- 503 response
BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
UpdateBrokerTypeResult updateBrokerType(UpdateBrokerTypeRequest updateBrokerTypeRequest)
Updates EC2 instance type.
updateBrokerTypeRequest
- BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
NotFoundException
- The resource could not be found due to incorrect input. Correct the input, then retry the request.
ServiceUnavailableException
- 503 response
TooManyRequestsException
- 429 response
UpdateClusterConfigurationResult updateClusterConfiguration(UpdateClusterConfigurationRequest updateClusterConfigurationRequest)
Updates the cluster with the configuration that is specified in the request body.
updateClusterConfigurationRequest
- BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
NotFoundException
- The resource could not be found due to incorrect input. Correct the input, then retry the request.
ServiceUnavailableException
- 503 response
UpdateClusterKafkaVersionResult updateClusterKafkaVersion(UpdateClusterKafkaVersionRequest updateClusterKafkaVersionRequest)
Updates the Apache Kafka version for the cluster.
updateClusterKafkaVersionRequest
- BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
NotFoundException
- The resource could not be found due to incorrect input. Correct the input, then retry the request.
ServiceUnavailableException
- 503 response
TooManyRequestsException
- 429 response
UpdateConfigurationResult updateConfiguration(UpdateConfigurationRequest updateConfigurationRequest)
Updates an MSK configuration.
updateConfigurationRequest
- BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
NotFoundException
- The resource could not be found due to incorrect input. Correct the input, then retry the request.
ServiceUnavailableException
- 503 response
UpdateConnectivityResult updateConnectivity(UpdateConnectivityRequest updateConnectivityRequest)
Updates the cluster's connectivity configuration.
updateConnectivityRequest
- Request body for UpdateConnectivity.BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
NotFoundException
- The resource could not be found due to incorrect input. Correct the input, then retry the request.
ServiceUnavailableException
- 503 response
UpdateMonitoringResult updateMonitoring(UpdateMonitoringRequest updateMonitoringRequest)
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.
updateMonitoringRequest
- Request body for UpdateMonitoring.ServiceUnavailableException
- 503 response
BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
UpdateSecurityResult updateSecurity(UpdateSecurityRequest updateSecurityRequest)
Updates the security settings for the cluster. You can use this operation to specify encryption and authentication on existing clusters.
updateSecurityRequest
- BadRequestException
- The request isn't valid because the input is incorrect. Correct your input and then submit it again.
UnauthorizedException
- The request is not authorized. The provided credentials couldn't be validated.
InternalServerErrorException
- There was an unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- Access forbidden. Check your credentials and then retry your request.
NotFoundException
- The resource could not be found due to incorrect input. Correct the input, then retry the request.
ServiceUnavailableException
- The service cannot complete the request.
TooManyRequestsException
- The request throughput limit was exceeded.
void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
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.
request
- The originally executed request.