Uses of Class
com.oracle.bmc.devops.requests.UpdateTriggerRequest
-
Packages that use UpdateTriggerRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of UpdateTriggerRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type UpdateTriggerRequest Modifier and Type Method Description UpdateTriggerResponse
Devops. updateTrigger(UpdateTriggerRequest request)
Updates the trigger.Future<UpdateTriggerResponse>
DevopsAsync. updateTrigger(UpdateTriggerRequest request, AsyncHandler<UpdateTriggerRequest,UpdateTriggerResponse> handler)
Updates the trigger.Future<UpdateTriggerResponse>
DevopsAsyncClient. updateTrigger(UpdateTriggerRequest request, AsyncHandler<UpdateTriggerRequest,UpdateTriggerResponse> handler)
UpdateTriggerResponse
DevopsClient. updateTrigger(UpdateTriggerRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type UpdateTriggerRequest Modifier and Type Method Description Future<UpdateTriggerResponse>
DevopsAsync. updateTrigger(UpdateTriggerRequest request, AsyncHandler<UpdateTriggerRequest,UpdateTriggerResponse> handler)
Updates the trigger.Future<UpdateTriggerResponse>
DevopsAsyncClient. updateTrigger(UpdateTriggerRequest request, AsyncHandler<UpdateTriggerRequest,UpdateTriggerResponse> handler)
-
Uses of UpdateTriggerRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return UpdateTriggerRequest Modifier and Type Method Description UpdateTriggerRequest
UpdateTriggerRequest.Builder. build()
Build the instance of UpdateTriggerRequest as configured by this builderUpdateTriggerRequest
UpdateTriggerRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateTriggerRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type UpdateTriggerRequest Modifier and Type Method Description UpdateTriggerRequest.Builder
UpdateTriggerRequest.Builder. copy(UpdateTriggerRequest o)
Copy method to populate the builder with values from the given instance.
-