Class RateLimitServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.admin.organization.projects.RateLimitServiceAsync
public final class RateLimitServiceAsyncImpl implements RateLimitServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRateLimitServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description RateLimitServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. RateLimitServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<RateLimitListRateLimitsPageAsync>listRateLimits(RateLimitListRateLimitsParams params, RequestOptions requestOptions)CompletableFuture<ProjectRateLimit>updateRateLimit(RateLimitUpdateRateLimitParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.async.admin.organization.projects.RateLimitServiceAsync
listRateLimits, listRateLimits, listRateLimits, listRateLimits, listRateLimits, updateRateLimit, updateRateLimit, updateRateLimit -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
RateLimitServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
RateLimitServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
listRateLimits
CompletableFuture<RateLimitListRateLimitsPageAsync> listRateLimits(RateLimitListRateLimitsParams params, RequestOptions requestOptions)
-
updateRateLimit
CompletableFuture<ProjectRateLimit> updateRateLimit(RateLimitUpdateRateLimitParams params, RequestOptions requestOptions)
-
-
-
-