Uses of Class
com.oracle.bmc.fleetappsmanagement.responses.CreatePatchResponse
-
Packages that use CreatePatchResponse Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.responses -
-
Uses of CreatePatchResponse in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return CreatePatchResponse Modifier and Type Method Description CreatePatchResponse
FleetAppsManagementOperations. createPatch(CreatePatchRequest request)
Creates a new Patch.CreatePatchResponse
FleetAppsManagementOperationsClient. createPatch(CreatePatchRequest request)
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type CreatePatchResponse 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)
Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type CreatePatchResponse 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 CreatePatchResponse in com.oracle.bmc.fleetappsmanagement.responses
Methods in com.oracle.bmc.fleetappsmanagement.responses that return CreatePatchResponse Modifier and Type Method Description CreatePatchResponse
CreatePatchResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fleetappsmanagement.responses with parameters of type CreatePatchResponse Modifier and Type Method Description CreatePatchResponse.Builder
CreatePatchResponse.Builder. copy(CreatePatchResponse o)
Copy method to populate the builder with values from the given instance.
-