Uses of Class
com.oracle.bmc.lustrefilestorage.requests.GetSyncJobRequest
-
Packages that use GetSyncJobRequest Package Description com.oracle.bmc.lustrefilestorage com.oracle.bmc.lustrefilestorage.requests -
-
Uses of GetSyncJobRequest in com.oracle.bmc.lustrefilestorage
Methods in com.oracle.bmc.lustrefilestorage that return types with arguments of type GetSyncJobRequest Modifier and Type Method Description Waiter<GetSyncJobRequest,GetSyncJobResponse>LustreFileStorageWaiters. forSyncJob(GetSyncJobRequest request, SyncJob.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetSyncJobRequest,GetSyncJobResponse>LustreFileStorageWaiters. forSyncJob(GetSyncJobRequest request, SyncJob.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetSyncJobRequest,GetSyncJobResponse>LustreFileStorageWaiters. forSyncJob(GetSyncJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, SyncJob.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Methods in com.oracle.bmc.lustrefilestorage with parameters of type GetSyncJobRequest Modifier and Type Method Description Waiter<GetSyncJobRequest,GetSyncJobResponse>LustreFileStorageWaiters. forSyncJob(GetSyncJobRequest request, SyncJob.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetSyncJobRequest,GetSyncJobResponse>LustreFileStorageWaiters. forSyncJob(GetSyncJobRequest request, SyncJob.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetSyncJobRequest,GetSyncJobResponse>LustreFileStorageWaiters. forSyncJob(GetSyncJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, SyncJob.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.GetSyncJobResponseLustreFileStorage. getSyncJob(GetSyncJobRequest request)Gets details of a sync job associated with an Object Storage link whenobjectStorageLinkand a unique ID are provided.Future<GetSyncJobResponse>LustreFileStorageAsync. getSyncJob(GetSyncJobRequest request, AsyncHandler<GetSyncJobRequest,GetSyncJobResponse> handler)Gets details of a sync job associated with an Object Storage link whenobjectStorageLinkand a unique ID are provided.Future<GetSyncJobResponse>LustreFileStorageAsyncClient. getSyncJob(GetSyncJobRequest request, AsyncHandler<GetSyncJobRequest,GetSyncJobResponse> handler)GetSyncJobResponseLustreFileStorageClient. getSyncJob(GetSyncJobRequest request)Method parameters in com.oracle.bmc.lustrefilestorage with type arguments of type GetSyncJobRequest Modifier and Type Method Description Future<GetSyncJobResponse>LustreFileStorageAsync. getSyncJob(GetSyncJobRequest request, AsyncHandler<GetSyncJobRequest,GetSyncJobResponse> handler)Gets details of a sync job associated with an Object Storage link whenobjectStorageLinkand a unique ID are provided.Future<GetSyncJobResponse>LustreFileStorageAsyncClient. getSyncJob(GetSyncJobRequest request, AsyncHandler<GetSyncJobRequest,GetSyncJobResponse> handler) -
Uses of GetSyncJobRequest in com.oracle.bmc.lustrefilestorage.requests
Methods in com.oracle.bmc.lustrefilestorage.requests that return GetSyncJobRequest Modifier and Type Method Description GetSyncJobRequestGetSyncJobRequest.Builder. build()Build the instance of GetSyncJobRequest as configured by this builderGetSyncJobRequestGetSyncJobRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetSyncJobRequest as configured by this builderMethods in com.oracle.bmc.lustrefilestorage.requests with parameters of type GetSyncJobRequest Modifier and Type Method Description GetSyncJobRequest.BuilderGetSyncJobRequest.Builder. copy(GetSyncJobRequest o)Copy method to populate the builder with values from the given instance.
-