Interface DeploymentRunServiceAsync
-
- All Implemented Interfaces:
public interface DeploymentRunServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceDeploymentRunServiceAsync.WithRawResponseA view of DeploymentRunServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract DeploymentRunServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract DeploymentRunServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<BetaManagedAgentsDeploymentRun> retrieve(String deploymentRunId)
Get Deployment Run
-
retrieve
CompletableFuture<BetaManagedAgentsDeploymentRun> retrieve(String deploymentRunId, DeploymentRunRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<BetaManagedAgentsDeploymentRun> retrieve(String deploymentRunId, DeploymentRunRetrieveParams params)
-
retrieve
abstract CompletableFuture<BetaManagedAgentsDeploymentRun> retrieve(DeploymentRunRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<BetaManagedAgentsDeploymentRun> retrieve(DeploymentRunRetrieveParams params)
-
retrieve
CompletableFuture<BetaManagedAgentsDeploymentRun> retrieve(String deploymentRunId, RequestOptions requestOptions)
-
list
CompletableFuture<DeploymentRunListPageAsync> list()
List Deployment Runs
-
list
abstract CompletableFuture<DeploymentRunListPageAsync> list(DeploymentRunListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<DeploymentRunListPageAsync> list(RequestOptions requestOptions)
-
-
-
-