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