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.fleetappsmanagementMethods in com.oracle.bmc.fleetappsmanagement with parameters of type UpdatePatchRequest Modifier and Type Method Description UpdatePatchResponseFleetAppsManagementOperations. updatePatch(UpdatePatchRequest request)Updates the patch specified by the identifier.Future<UpdatePatchResponse>FleetAppsManagementOperationsAsync. updatePatch(UpdatePatchRequest request, AsyncHandler<UpdatePatchRequest,UpdatePatchResponse> handler)Updates the patch specified by the identifier.Future<UpdatePatchResponse>FleetAppsManagementOperationsAsyncClient. updatePatch(UpdatePatchRequest request, AsyncHandler<UpdatePatchRequest,UpdatePatchResponse> handler)UpdatePatchResponseFleetAppsManagementOperationsClient. 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 patch specified by the identifier.Future<UpdatePatchResponse>FleetAppsManagementOperationsAsyncClient. updatePatch(UpdatePatchRequest request, AsyncHandler<UpdatePatchRequest,UpdatePatchResponse> handler)
- 
Uses of UpdatePatchRequest in com.oracle.bmc.fleetappsmanagement.requestsMethods in com.oracle.bmc.fleetappsmanagement.requests that return UpdatePatchRequest Modifier and Type Method Description UpdatePatchRequestUpdatePatchRequest.Builder. build()Build the instance of UpdatePatchRequest as configured by this builderUpdatePatchRequestUpdatePatchRequest.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.BuilderUpdatePatchRequest.Builder. copy(UpdatePatchRequest o)Copy method to populate the builder with values from the given instance.
 
-