Uses of Class
com.oracle.bmc.filestorage.requests.GetMountTargetRequest
-
Packages that use GetMountTargetRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of GetMountTargetRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return types with arguments of type GetMountTargetRequest Modifier and Type Method Description Waiter<GetMountTargetRequest,GetMountTargetResponse>
FileStorageWaiters. forMountTarget(GetMountTargetRequest request, MountTarget.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetMountTargetRequest,GetMountTargetResponse>
FileStorageWaiters. forMountTarget(GetMountTargetRequest request, MountTarget.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetMountTargetRequest,GetMountTargetResponse>
FileStorageWaiters. forMountTarget(GetMountTargetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, MountTarget.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.filestorage with type arguments of type GetMountTargetRequest Modifier and Type Method Description Future<GetMountTargetResponse>
FileStorageAsync. getMountTarget(GetMountTargetRequest request, AsyncHandler<GetMountTargetRequest,GetMountTargetResponse> handler)
Gets the specified mount target’s information.Future<GetMountTargetResponse>
FileStorageAsyncClient. getMountTarget(GetMountTargetRequest request, AsyncHandler<GetMountTargetRequest,GetMountTargetResponse> handler)
-
Uses of GetMountTargetRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return GetMountTargetRequest Modifier and Type Method Description GetMountTargetRequest
GetMountTargetRequest.Builder. build()
Build the instance of GetMountTargetRequest as configured by this builderGetMountTargetRequest
GetMountTargetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetMountTargetRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type GetMountTargetRequest Modifier and Type Method Description GetMountTargetRequest.Builder
GetMountTargetRequest.Builder. copy(GetMountTargetRequest o)
Copy method to populate the builder with values from the given instance.
-