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