Topics Interface
public interface Topics
Resource collection API of Topics.
Method Summary
Method Details
define
public abstract TopicRecord.DefinitionStages.Blank define(String name)
Begins definition for a new TopicRecord resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String organizationName, String environmentId, String clusterId, String topicName)
Delete confluent topic by name.
Parameters:
delete
public abstract void delete(String resourceGroupName, String organizationName, String environmentId, String clusterId, String topicName, Context context)
Delete confluent topic by name.
Parameters:
deleteById
public abstract void deleteById(String id)
Delete confluent topic by name.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Delete confluent topic by name.
Parameters:
get
public abstract TopicRecord get(String resourceGroupName, String organizationName, String environmentId, String clusterId, String topicName)
Get confluent topic by Name.
Parameters:
Returns:
getById
public abstract TopicRecord getById(String id)
Get confluent topic by Name.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<TopicRecord> getByIdWithResponse(String id, Context context)
Get confluent topic by Name.
Parameters:
Returns:
getWithResponse
public abstract Response<TopicRecord> getWithResponse(String resourceGroupName, String organizationName, String environmentId, String clusterId, String topicName, Context context)
Get confluent topic by Name.
Parameters:
Returns:
list
public abstract PagedIterable<TopicRecord> list(String resourceGroupName, String organizationName, String environmentId, String clusterId)
Lists of all the topics in a clusters.
Parameters:
Returns:
list
public abstract PagedIterable<TopicRecord> list(String resourceGroupName, String organizationName, String environmentId, String clusterId, Integer pageSize, String pageToken, Context context)
Lists of all the topics in a clusters.
Parameters:
Returns: