Package | Description |
---|---|
com.oracle.bmc.filestorage | |
com.oracle.bmc.filestorage.responses |
Modifier and Type | Method and Description |
---|---|
GetExportResponse |
FileStorageClient.getExport(GetExportRequest request) |
GetExportResponse |
FileStorage.getExport(GetExportRequest request)
Gets the specified export’s information.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetExportRequest,GetExportResponse> |
FileStorageWaiters.forExport(GetExportRequest request,
Export.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetExportRequest,GetExportResponse> |
FileStorageWaiters.forExport(GetExportRequest request,
Export.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetExportRequest,GetExportResponse> |
FileStorageWaiters.forExport(GetExportRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Export.LifecycleState... targetStates)
Creates a new
Waiter 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
GetExportResponse |
GetExportResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetExportResponse.Builder |
GetExportResponse.Builder.copy(GetExportResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.