Uses of Class
com.oracle.bmc.fleetappsmanagement.responses.GetPatchResponse
-
Packages that use GetPatchResponse Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.responses -
-
Uses of GetPatchResponse in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return GetPatchResponse Modifier and Type Method Description GetPatchResponse
FleetAppsManagementOperations. getPatch(GetPatchRequest request)
Gets a Patch by identifierGetPatchResponse
FleetAppsManagementOperationsClient. getPatch(GetPatchRequest request)
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type GetPatchResponse Modifier and Type Method Description Waiter<GetPatchRequest,GetPatchResponse>
FleetAppsManagementOperationsWaiters. forPatch(GetPatchRequest request, Patch.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPatchRequest,GetPatchResponse>
FleetAppsManagementOperationsWaiters. forPatch(GetPatchRequest request, Patch.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPatchRequest,GetPatchResponse>
FleetAppsManagementOperationsWaiters. forPatch(GetPatchRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Patch.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetPatchResponse>
FleetAppsManagementOperationsAsync. getPatch(GetPatchRequest request, AsyncHandler<GetPatchRequest,GetPatchResponse> handler)
Gets a Patch by identifierFuture<GetPatchResponse>
FleetAppsManagementOperationsAsyncClient. getPatch(GetPatchRequest request, AsyncHandler<GetPatchRequest,GetPatchResponse> handler)
Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type GetPatchResponse Modifier and Type Method Description Future<GetPatchResponse>
FleetAppsManagementOperationsAsync. getPatch(GetPatchRequest request, AsyncHandler<GetPatchRequest,GetPatchResponse> handler)
Gets a Patch by identifierFuture<GetPatchResponse>
FleetAppsManagementOperationsAsyncClient. getPatch(GetPatchRequest request, AsyncHandler<GetPatchRequest,GetPatchResponse> handler)
-
Uses of GetPatchResponse in com.oracle.bmc.fleetappsmanagement.responses
Methods in com.oracle.bmc.fleetappsmanagement.responses that return GetPatchResponse Modifier and Type Method Description GetPatchResponse
GetPatchResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fleetappsmanagement.responses with parameters of type GetPatchResponse Modifier and Type Method Description GetPatchResponse.Builder
GetPatchResponse.Builder. copy(GetPatchResponse o)
Copy method to populate the builder with values from the given instance.
-