ConfluentManagementClient Interface
public interface ConfluentManagementClient
The interface for ConfluentManagementClient class.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Access |
getAccess()
Gets the Access |
| abstract String |
getApiVersion()
Gets Version parameter. |
|
abstract
Clusters |
getClusters()
Gets the Clusters |
|
abstract
Connectors |
getConnectors()
Gets the Connectors |
| abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
| abstract String |
getEndpoint()
Gets Service host. |
|
abstract
Environments |
getEnvironments()
Gets the Environments |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Marketplace |
getMarketplaceAgreements()
Gets the Marketplace |
|
abstract
Organization |
getOrganizationOperations()
Gets the Organization |
|
abstract
Organizations |
getOrganizations()
Gets the Organizations |
| abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
|
abstract
Topics |
getTopics()
Gets the Topics |
|
abstract
Validations |
getValidations()
Gets the Validations |
Method Details
getAccess
public abstract AccessClient getAccess()
Gets the AccessClient object to access its operations.
Returns:
getApiVersion
public abstract String getApiVersion()
Gets Version parameter.
Returns:
getClusters
public abstract ClustersClient getClusters()
Gets the ClustersClient object to access its operations.
Returns:
getConnectors
public abstract ConnectorsClient getConnectors()
Gets the ConnectorsClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets Service host.
Returns:
getEnvironments
public abstract EnvironmentsClient getEnvironments()
Gets the EnvironmentsClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getMarketplaceAgreements
public abstract MarketplaceAgreementsClient getMarketplaceAgreements()
Gets the MarketplaceAgreementsClient object to access its operations.
Returns:
getOrganizationOperations
public abstract OrganizationOperationsClient getOrganizationOperations()
Gets the OrganizationOperationsClient object to access its operations.
Returns:
getOrganizations
public abstract OrganizationsClient getOrganizations()
Gets the OrganizationsClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription. The value must be an UUID.
Returns:
getTopics
public abstract TopicsClient getTopics()
Gets the TopicsClient object to access its operations.
Returns:
getValidations
public abstract ValidationsClient getValidations()
Gets the ValidationsClient object to access its operations.
Returns: