Uses of Class
com.oracle.bmc.filestorage.responses.GetExportResponse
-
Packages that use GetExportResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of GetExportResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return GetExportResponse Modifier and Type Method Description GetExportResponse
FileStorage. getExport(GetExportRequest request)
Gets the specified export’s information.GetExportResponse
FileStorageClient. getExport(GetExportRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type GetExportResponse Modifier and Type Method Description Waiter<GetExportRequest,GetExportResponse>
FileStorageWaiters. forExport(GetExportRequest request, Export.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetExportRequest,GetExportResponse>
FileStorageWaiters. forExport(GetExportRequest request, Export.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetExportRequest,GetExportResponse>
FileStorageWaiters. forExport(GetExportRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Export.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetExportResponse>
FileStorageAsync. getExport(GetExportRequest request, AsyncHandler<GetExportRequest,GetExportResponse> handler)
Gets the specified export’s information.Future<GetExportResponse>
FileStorageAsyncClient. getExport(GetExportRequest request, AsyncHandler<GetExportRequest,GetExportResponse> handler)
Method parameters in com.oracle.bmc.filestorage with type arguments of type GetExportResponse Modifier and Type Method Description Future<GetExportResponse>
FileStorageAsync. getExport(GetExportRequest request, AsyncHandler<GetExportRequest,GetExportResponse> handler)
Gets the specified export’s information.Future<GetExportResponse>
FileStorageAsyncClient. getExport(GetExportRequest request, AsyncHandler<GetExportRequest,GetExportResponse> handler)
-
Uses of GetExportResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return GetExportResponse Modifier and Type Method Description GetExportResponse
GetExportResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type GetExportResponse Modifier and Type Method Description GetExportResponse.Builder
GetExportResponse.Builder. copy(GetExportResponse o)
Copy method to populate the builder with values from the given instance.
-