Class ListComputeQuotasRequest

    • Method Detail

      • createdAfter

        public final Instant createdAfter()

        Filter for after this creation time. The input for this parameter is a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.

        Returns:
        Filter for after this creation time. The input for this parameter is a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.
      • createdBefore

        public final Instant createdBefore()

        Filter for before this creation time. The input for this parameter is a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.

        Returns:
        Filter for before this creation time. The input for this parameter is a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.
      • nameContains

        public final String nameContains()

        Filter for name containing this string.

        Returns:
        Filter for name containing this string.
      • clusterArn

        public final String clusterArn()

        Filter for ARN of the cluster.

        Returns:
        Filter for ARN of the cluster.
      • sortBy

        public final SortQuotaBy sortBy()

        Filter for sorting the list by a given value. For example, sort by name, creation time, or status.

        If the service returns an enum value that is not available in the current SDK version, sortBy will return SortQuotaBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortByAsString().

        Returns:
        Filter for sorting the list by a given value. For example, sort by name, creation time, or status.
        See Also:
        SortQuotaBy
      • sortByAsString

        public final String sortByAsString()

        Filter for sorting the list by a given value. For example, sort by name, creation time, or status.

        If the service returns an enum value that is not available in the current SDK version, sortBy will return SortQuotaBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortByAsString().

        Returns:
        Filter for sorting the list by a given value. For example, sort by name, creation time, or status.
        See Also:
        SortQuotaBy
      • sortOrder

        public final SortOrder sortOrder()

        The order of the list. By default, listed in Descending order according to by SortBy. To change the list order, you can specify SortOrder to be Ascending.

        If the service returns an enum value that is not available in the current SDK version, sortOrder will return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortOrderAsString().

        Returns:
        The order of the list. By default, listed in Descending order according to by SortBy. To change the list order, you can specify SortOrder to be Ascending.
        See Also:
        SortOrder
      • sortOrderAsString

        public final String sortOrderAsString()

        The order of the list. By default, listed in Descending order according to by SortBy. To change the list order, you can specify SortOrder to be Ascending.

        If the service returns an enum value that is not available in the current SDK version, sortOrder will return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortOrderAsString().

        Returns:
        The order of the list. By default, listed in Descending order according to by SortBy. To change the list order, you can specify SortOrder to be Ascending.
        See Also:
        SortOrder
      • nextToken

        public final String nextToken()

        If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

        Returns:
        If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
      • maxResults

        public final Integer maxResults()

        The maximum number of compute allocation definitions to list.

        Returns:
        The maximum number of compute allocation definitions to list.
      • 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