Uses of Class
com.oracle.bmc.devops.responses.TriggerDeploymentDryRunResponse
-
Packages that use TriggerDeploymentDryRunResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of TriggerDeploymentDryRunResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return TriggerDeploymentDryRunResponse Modifier and Type Method Description TriggerDeploymentDryRunResponse
Devops. triggerDeploymentDryRun(TriggerDeploymentDryRunRequest request)
Sends a request to trigger a dry run, passing a HelmDiffArgumentCollection This is an internal-only endpoint, access to this endpoint is restricted.TriggerDeploymentDryRunResponse
DevopsClient. triggerDeploymentDryRun(TriggerDeploymentDryRunRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type TriggerDeploymentDryRunResponse Modifier and Type Method Description Future<TriggerDeploymentDryRunResponse>
DevopsAsync. triggerDeploymentDryRun(TriggerDeploymentDryRunRequest request, AsyncHandler<TriggerDeploymentDryRunRequest,TriggerDeploymentDryRunResponse> handler)
Sends a request to trigger a dry run, passing a HelmDiffArgumentCollection This is an internal-only endpoint, access to this endpoint is restricted.Future<TriggerDeploymentDryRunResponse>
DevopsAsyncClient. triggerDeploymentDryRun(TriggerDeploymentDryRunRequest request, AsyncHandler<TriggerDeploymentDryRunRequest,TriggerDeploymentDryRunResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type TriggerDeploymentDryRunResponse Modifier and Type Method Description Future<TriggerDeploymentDryRunResponse>
DevopsAsync. triggerDeploymentDryRun(TriggerDeploymentDryRunRequest request, AsyncHandler<TriggerDeploymentDryRunRequest,TriggerDeploymentDryRunResponse> handler)
Sends a request to trigger a dry run, passing a HelmDiffArgumentCollection This is an internal-only endpoint, access to this endpoint is restricted.Future<TriggerDeploymentDryRunResponse>
DevopsAsyncClient. triggerDeploymentDryRun(TriggerDeploymentDryRunRequest request, AsyncHandler<TriggerDeploymentDryRunRequest,TriggerDeploymentDryRunResponse> handler)
-
Uses of TriggerDeploymentDryRunResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return TriggerDeploymentDryRunResponse Modifier and Type Method Description TriggerDeploymentDryRunResponse
TriggerDeploymentDryRunResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type TriggerDeploymentDryRunResponse Modifier and Type Method Description TriggerDeploymentDryRunResponse.Builder
TriggerDeploymentDryRunResponse.Builder. copy(TriggerDeploymentDryRunResponse o)
Copy method to populate the builder with values from the given instance.
-