Uses of Class
com.oracle.bmc.fleetappsmanagement.requests.GetPatchRequest
-
Packages that use GetPatchRequest Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of GetPatchRequest in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type GetPatchRequest 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.Methods in com.oracle.bmc.fleetappsmanagement with parameters of type GetPatchRequest 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.GetPatchResponse
FleetAppsManagementOperations. getPatch(GetPatchRequest request)
Gets a Patch by identifierFuture<GetPatchResponse>
FleetAppsManagementOperationsAsync. getPatch(GetPatchRequest request, AsyncHandler<GetPatchRequest,GetPatchResponse> handler)
Gets a Patch by identifierFuture<GetPatchResponse>
FleetAppsManagementOperationsAsyncClient. getPatch(GetPatchRequest request, AsyncHandler<GetPatchRequest,GetPatchResponse> handler)
GetPatchResponse
FleetAppsManagementOperationsClient. getPatch(GetPatchRequest request)
Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type GetPatchRequest 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 GetPatchRequest in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return GetPatchRequest Modifier and Type Method Description GetPatchRequest
GetPatchRequest.Builder. build()
Build the instance of GetPatchRequest as configured by this builderGetPatchRequest
GetPatchRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetPatchRequest as configured by this builderMethods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type GetPatchRequest Modifier and Type Method Description GetPatchRequest.Builder
GetPatchRequest.Builder. copy(GetPatchRequest o)
Copy method to populate the builder with values from the given instance.
-