Uses of Class
com.oracle.bmc.datasafe.responses.GetReportResponse
-
Packages that use GetReportResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of GetReportResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return GetReportResponse Modifier and Type Method Description GetReportResponse
DataSafe. getReport(GetReportRequest request)
Gets a report by identifierGetReportResponse
DataSafeClient. getReport(GetReportRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type GetReportResponse Modifier and Type Method Description Waiter<GetReportRequest,GetReportResponse>
DataSafeWaiters. forReport(GetReportRequest request, ReportLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetReportRequest,GetReportResponse>
DataSafeWaiters. forReport(GetReportRequest request, ReportLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetReportRequest,GetReportResponse>
DataSafeWaiters. forReport(GetReportRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ReportLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetReportResponse>
DataSafeAsync. getReport(GetReportRequest request, AsyncHandler<GetReportRequest,GetReportResponse> handler)
Gets a report by identifierFuture<GetReportResponse>
DataSafeAsyncClient. getReport(GetReportRequest request, AsyncHandler<GetReportRequest,GetReportResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetReportResponse Modifier and Type Method Description Future<GetReportResponse>
DataSafeAsync. getReport(GetReportRequest request, AsyncHandler<GetReportRequest,GetReportResponse> handler)
Gets a report by identifierFuture<GetReportResponse>
DataSafeAsyncClient. getReport(GetReportRequest request, AsyncHandler<GetReportRequest,GetReportResponse> handler)
-
Uses of GetReportResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return GetReportResponse Modifier and Type Method Description GetReportResponse
GetReportResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type GetReportResponse Modifier and Type Method Description GetReportResponse.Builder
GetReportResponse.Builder. copy(GetReportResponse o)
Copy method to populate the builder with values from the given instance.
-