Class DescribePartnersRequest

    • Method Detail

      • accountId

        public final String accountId()

        The Amazon Web Services account ID that owns the cluster.

        Returns:
        The Amazon Web Services account ID that owns the cluster.
      • clusterIdentifier

        public final String clusterIdentifier()

        The cluster identifier of the cluster whose partner integration is being described.

        Returns:
        The cluster identifier of the cluster whose partner integration is being described.
      • databaseName

        public final String databaseName()

        The name of the database whose partner integration is being described. If database name is not specified, then all databases in the cluster are described.

        Returns:
        The name of the database whose partner integration is being described. If database name is not specified, then all databases in the cluster are described.
      • partnerName

        public final String partnerName()

        The name of the partner that is being described. If partner name is not specified, then all partner integrations are described.

        Returns:
        The name of the partner that is being described. If partner name is not specified, then all partner integrations are described.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object