@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.
|
CreateReplicatorResult |
createReplicator(CreateReplicatorRequest createReplicatorRequest)
Creates the replicator.
|
CreateVpcConnectionResult |
createVpcConnection(CreateVpcConnectionRequest createVpcConnectionRequest)
Creates a new MSK VPC connection.
|
DeleteClusterResult |
deleteCluster(DeleteClusterRequest deleteClusterRequest)
Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.
|
DeleteClusterPolicyResult |
deleteClusterPolicy(DeleteClusterPolicyRequest deleteClusterPolicyRequest)
Deletes the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.
|
DeleteConfigurationResult |
deleteConfiguration(DeleteConfigurationRequest deleteConfigurationRequest)
Deletes an MSK Configuration.
|
DeleteReplicatorResult |
deleteReplicator(DeleteReplicatorRequest deleteReplicatorRequest)
Deletes a replicator.
|
DeleteVpcConnectionResult |
deleteVpcConnection(DeleteVpcConnectionRequest deleteVpcConnectionRequest)
Deletes a MSK VPC connection.
|
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.
|
DescribeClusterOperationV2Result |
describeClusterOperationV2(DescribeClusterOperationV2Request describeClusterOperationV2Request)
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.
|
DescribeReplicatorResult |
describeReplicator(DescribeReplicatorRequest describeReplicatorRequest)
Describes a replicator.
|
DescribeVpcConnectionResult |
describeVpcConnection(DescribeVpcConnectionRequest describeVpcConnectionRequest)
Returns a description of this MSK VPC connection.
|
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.
|
GetClusterPolicyResult |
getClusterPolicy(GetClusterPolicyRequest getClusterPolicyRequest)
Get the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.
|
GetCompatibleKafkaVersionsResult |
getCompatibleKafkaVersions(GetCompatibleKafkaVersionsRequest getCompatibleKafkaVersionsRequest)
Gets the Apache Kafka versions to which you can update the MSK cluster.
|
ListClientVpcConnectionsResult |
listClientVpcConnections(ListClientVpcConnectionsRequest listClientVpcConnectionsRequest)
Returns a list of all the VPC connections in this Region.
|
ListClusterOperationsResult |
listClusterOperations(ListClusterOperationsRequest listClusterOperationsRequest)
Returns a list of all the operations that have been performed on the specified MSK cluster.
|
ListClusterOperationsV2Result |
listClusterOperationsV2(ListClusterOperationsV2Request listClusterOperationsV2Request)
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.
|
ListReplicatorsResult |
listReplicators(ListReplicatorsRequest listReplicatorsRequest)
Lists the replicators.
|
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.
|
ListVpcConnectionsResult |
listVpcConnections(ListVpcConnectionsRequest listVpcConnectionsRequest)
Returns a list of all the VPC connections in this Region.
|
PutClusterPolicyResult |
putClusterPolicy(PutClusterPolicyRequest putClusterPolicyRequest)
Creates or updates the MSK cluster policy specified by the cluster Amazon Resource Name (ARN) in the request.
|
RebootBrokerResult |
rebootBroker(RebootBrokerRequest rebootBrokerRequest)
Reboots brokers.
|
RejectClientVpcConnectionResult |
rejectClientVpcConnection(RejectClientVpcConnectionRequest rejectClientVpcConnectionRequest)
Returns empty response.
|
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.
|
UpdateReplicationInfoResult |
updateReplicationInfo(UpdateReplicationInfoRequest updateReplicationInfoRequest)
Updates replication info of a replicator.
|
UpdateSecurityResult |
updateSecurity(UpdateSecurityRequest updateSecurityRequest)
Updates the security settings for the cluster.
|
UpdateStorageResult |
updateStorage(UpdateStorageRequest updateStorageRequest)
Updates cluster broker volume size (or) sets cluster storage mode to TIERED.
|
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.
CreateReplicatorResult createReplicator(CreateReplicatorRequest createReplicatorRequest)
Creates the replicator.
createReplicatorRequest
- Creates a replicator using the specified configuration.BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.ConflictException
- HTTP Status Code 409: Conflict. This replicator name already exists. Retry your request with another
name.CreateVpcConnectionResult createVpcConnection(CreateVpcConnectionRequest createVpcConnectionRequest)
Creates a new MSK VPC connection.
createVpcConnectionRequest
- 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
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.
DeleteClusterPolicyResult deleteClusterPolicy(DeleteClusterPolicyRequest deleteClusterPolicyRequest)
Deletes the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.
deleteClusterPolicyRequest
- 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.
DeleteReplicatorResult deleteReplicator(DeleteReplicatorRequest deleteReplicatorRequest)
Deletes a replicator.
deleteReplicatorRequest
- BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.DeleteVpcConnectionResult deleteVpcConnection(DeleteVpcConnectionRequest deleteVpcConnectionRequest)
Deletes a MSK VPC connection.
deleteVpcConnectionRequest
- 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.
DescribeClusterOperationV2Result describeClusterOperationV2(DescribeClusterOperationV2Request describeClusterOperationV2Request)
Returns a description of the cluster operation specified by the ARN.
describeClusterOperationV2Request
- BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.
UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.
InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.
NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.
ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.
TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.
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
DescribeReplicatorResult describeReplicator(DescribeReplicatorRequest describeReplicatorRequest)
Describes a replicator.
describeReplicatorRequest
- BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.DescribeVpcConnectionResult describeVpcConnection(DescribeVpcConnectionRequest describeVpcConnectionRequest)
Returns a description of this MSK VPC connection.
describeVpcConnectionRequest
- 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.
GetClusterPolicyResult getClusterPolicy(GetClusterPolicyRequest getClusterPolicyRequest)
Get the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.
getClusterPolicyRequest
- 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.
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
nListClientVpcConnectionsResult listClientVpcConnections(ListClientVpcConnectionsRequest listClientVpcConnectionsRequest)
Returns a list of all the VPC connections in this Region.
listClientVpcConnectionsRequest
- 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.
ListClusterOperationsResult 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.
ListClusterOperationsV2Result listClusterOperationsV2(ListClusterOperationsV2Request listClusterOperationsV2Request)
Returns a list of all the operations that have been performed on the specified MSK cluster.
listClusterOperationsV2Request
- BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.
UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.
InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.
ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.
NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.
ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.
TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.
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.
ListReplicatorsResult listReplicators(ListReplicatorsRequest listReplicatorsRequest)
Lists the replicators.
listReplicatorsRequest
- BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.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.
ListVpcConnectionsResult listVpcConnections(ListVpcConnectionsRequest listVpcConnectionsRequest)
Returns a list of all the VPC connections in this Region.
listVpcConnectionsRequest
- 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.
PutClusterPolicyResult putClusterPolicy(PutClusterPolicyRequest putClusterPolicyRequest)
Creates or updates the MSK cluster policy specified by the cluster Amazon Resource Name (ARN) in the request.
putClusterPolicyRequest
- 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.
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
RejectClientVpcConnectionResult rejectClientVpcConnection(RejectClientVpcConnectionRequest rejectClientVpcConnectionRequest)
Returns empty response.
rejectClientVpcConnectionRequest
- 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.
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.
UpdateReplicationInfoResult updateReplicationInfo(UpdateReplicationInfoRequest updateReplicationInfoRequest)
Updates replication info of a replicator.
updateReplicationInfoRequest
- Update information relating to replication between a given source and target Kafka cluster.BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.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.
UpdateStorageResult updateStorage(UpdateStorageRequest updateStorageRequest)
updateStorageRequest
- Request object for UpdateStorage api. Its used to update the storage attributes for the cluster.
BadRequestException
- HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.UnauthorizedException
- HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.InternalServerErrorException
- HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.ForbiddenException
- HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.NotFoundException
- HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.ServiceUnavailableException
- HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.TooManyRequestsException
- HTTP Status Code 429: Limit exceeded. Resource limit reached.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.