Interface GetAccountSummaryResponse.Builder

    • Method Detail

      • summaryMapWithStrings

        GetAccountSummaryResponse.Builder summaryMapWithStrings​(Map<String,​Integer> summaryMap)

        A set of key–value pairs containing information about IAM entity usage and IAM quotas.

        Parameters:
        summaryMap - A set of key–value pairs containing information about IAM entity usage and IAM quotas.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • summaryMap

        GetAccountSummaryResponse.Builder summaryMap​(Map<SummaryKeyType,​Integer> summaryMap)

        A set of key–value pairs containing information about IAM entity usage and IAM quotas.

        Parameters:
        summaryMap - A set of key–value pairs containing information about IAM entity usage and IAM quotas.
        Returns:
        Returns a reference to this object so that method calls can be chained together.