Class ListRepositoriesRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        An enumeration token that allows the operation to batch the results of the operation. Batch sizes are 1,000 for list repository operations. When the client sends the token back to CodeCommit, another page of 1,000 records is retrieved.

        Returns:
        An enumeration token that allows the operation to batch the results of the operation. Batch sizes are 1,000 for list repository operations. When the client sends the token back to CodeCommit, another page of 1,000 records is retrieved.
      • sortBy

        public final SortByEnum sortBy()

        The criteria used to sort the results of a list repositories operation.

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

        Returns:
        The criteria used to sort the results of a list repositories operation.
        See Also:
        SortByEnum
      • sortByAsString

        public final String sortByAsString()

        The criteria used to sort the results of a list repositories operation.

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

        Returns:
        The criteria used to sort the results of a list repositories operation.
        See Also:
        SortByEnum
      • order

        public final OrderEnum order()

        The order in which to sort the results of a list repositories operation.

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

        Returns:
        The order in which to sort the results of a list repositories operation.
        See Also:
        OrderEnum
      • orderAsString

        public final String orderAsString()

        The order in which to sort the results of a list repositories operation.

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

        Returns:
        The order in which to sort the results of a list repositories operation.
        See Also:
        OrderEnum
      • 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