Class ListProvisionedModelThroughputsRequest

    • Method Detail

      • creationTimeAfter

        public final Instant creationTimeAfter()

        A filter that returns Provisioned Throughputs created after the specified time.

        Returns:
        A filter that returns Provisioned Throughputs created after the specified time.
      • creationTimeBefore

        public final Instant creationTimeBefore()

        A filter that returns Provisioned Throughputs created before the specified time.

        Returns:
        A filter that returns Provisioned Throughputs created before the specified time.
      • statusEqualsAsString

        public final String statusEqualsAsString()

        A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.

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

        Returns:
        A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.
        See Also:
        ProvisionedModelStatus
      • modelArnEquals

        public final String modelArnEquals()

        A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN) is equal to the value that you specify.

        Returns:
        A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN) is equal to the value that you specify.
      • nameContains

        public final String nameContains()

        A filter that returns Provisioned Throughputs if their name contains the expression that you specify.

        Returns:
        A filter that returns Provisioned Throughputs if their name contains the expression that you specify.
      • maxResults

        public final Integer maxResults()

        THe maximum number of results to return in the response. If there are more results than the number you specified, the response returns a nextToken value. To see the next batch of results, send the nextToken value in another list request.

        Returns:
        THe maximum number of results to return in the response. If there are more results than the number you specified, the response returns a nextToken value. To see the next batch of results, send the nextToken value in another list request.
      • nextToken

        public final String nextToken()

        If there are more results than the number you specified in the maxResults field, the response returns a nextToken value. To see the next batch of results, specify the nextToken value in this field.

        Returns:
        If there are more results than the number you specified in the maxResults field, the response returns a nextToken value. To see the next batch of results, specify the nextToken value in this field.
      • sortByAsString

        public final String sortByAsString()

        The field by which to sort the returned list of Provisioned Throughputs.

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

        Returns:
        The field by which to sort the returned list of Provisioned Throughputs.
        See Also:
        SortByProvisionedModels
      • sortOrder

        public final SortOrder sortOrder()

        The sort order of the results.

        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 sort order of the results.
        See Also:
        SortOrder
      • sortOrderAsString

        public final String sortOrderAsString()

        The sort order of the results.

        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 sort order of the results.
        See Also:
        SortOrder
      • 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