Interface VersionServiceAsync
-
- All Implemented Interfaces:
public interface VersionServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceVersionServiceAsync.WithRawResponseA view of VersionServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract VersionServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract VersionServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<VersionListPageAsync>list(String agentId)List Agent Versions CompletableFuture<VersionListPageAsync>list(String agentId, VersionListParams params, RequestOptions requestOptions)CompletableFuture<VersionListPageAsync>list(String agentId, VersionListParams params)abstract CompletableFuture<VersionListPageAsync>list(VersionListParams params, RequestOptions requestOptions)CompletableFuture<VersionListPageAsync>list(VersionListParams params)CompletableFuture<VersionListPageAsync>list(String agentId, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract VersionServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract VersionServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
CompletableFuture<VersionListPageAsync> list(String agentId)
List Agent Versions
-
list
CompletableFuture<VersionListPageAsync> list(String agentId, VersionListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<VersionListPageAsync> list(String agentId, VersionListParams params)
-
list
abstract CompletableFuture<VersionListPageAsync> list(VersionListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<VersionListPageAsync> list(VersionListParams params)
-
list
CompletableFuture<VersionListPageAsync> list(String agentId, RequestOptions requestOptions)
-
-
-
-