Uses of Class
com.oracle.bmc.fleetappsmanagement.requests.UpdatePatchRequest
-
Packages that use UpdatePatchRequest Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of UpdatePatchRequest in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement with parameters of type UpdatePatchRequest Modifier and Type Method Description UpdatePatchResponse
FleetAppsManagementOperations. updatePatch(UpdatePatchRequest request)
Updates the PatchFuture<UpdatePatchResponse>
FleetAppsManagementOperationsAsync. updatePatch(UpdatePatchRequest request, AsyncHandler<UpdatePatchRequest,UpdatePatchResponse> handler)
Updates the PatchFuture<UpdatePatchResponse>
FleetAppsManagementOperationsAsyncClient. updatePatch(UpdatePatchRequest request, AsyncHandler<UpdatePatchRequest,UpdatePatchResponse> handler)
UpdatePatchResponse
FleetAppsManagementOperationsClient. updatePatch(UpdatePatchRequest request)
Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type UpdatePatchRequest Modifier and Type Method Description Future<UpdatePatchResponse>
FleetAppsManagementOperationsAsync. updatePatch(UpdatePatchRequest request, AsyncHandler<UpdatePatchRequest,UpdatePatchResponse> handler)
Updates the PatchFuture<UpdatePatchResponse>
FleetAppsManagementOperationsAsyncClient. updatePatch(UpdatePatchRequest request, AsyncHandler<UpdatePatchRequest,UpdatePatchResponse> handler)
-
Uses of UpdatePatchRequest in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return UpdatePatchRequest Modifier and Type Method Description UpdatePatchRequest
UpdatePatchRequest.Builder. build()
Build the instance of UpdatePatchRequest as configured by this builderUpdatePatchRequest
UpdatePatchRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdatePatchRequest as configured by this builderMethods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type UpdatePatchRequest Modifier and Type Method Description UpdatePatchRequest.Builder
UpdatePatchRequest.Builder. copy(UpdatePatchRequest o)
Copy method to populate the builder with values from the given instance.
-