Uses of Class
com.oracle.bmc.core.responses.GetMeasuredBootReportResponse
-
Packages that use GetMeasuredBootReportResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetMeasuredBootReportResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetMeasuredBootReportResponse Modifier and Type Method Description GetMeasuredBootReportResponse
Compute. getMeasuredBootReport(GetMeasuredBootReportRequest request)
Gets the measured boot report for this shielded instance.GetMeasuredBootReportResponse
ComputeClient. getMeasuredBootReport(GetMeasuredBootReportRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type GetMeasuredBootReportResponse Modifier and Type Method Description Future<GetMeasuredBootReportResponse>
ComputeAsync. getMeasuredBootReport(GetMeasuredBootReportRequest request, AsyncHandler<GetMeasuredBootReportRequest,GetMeasuredBootReportResponse> handler)
Gets the measured boot report for this shielded instance.Future<GetMeasuredBootReportResponse>
ComputeAsyncClient. getMeasuredBootReport(GetMeasuredBootReportRequest request, AsyncHandler<GetMeasuredBootReportRequest,GetMeasuredBootReportResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type GetMeasuredBootReportResponse Modifier and Type Method Description Future<GetMeasuredBootReportResponse>
ComputeAsync. getMeasuredBootReport(GetMeasuredBootReportRequest request, AsyncHandler<GetMeasuredBootReportRequest,GetMeasuredBootReportResponse> handler)
Gets the measured boot report for this shielded instance.Future<GetMeasuredBootReportResponse>
ComputeAsyncClient. getMeasuredBootReport(GetMeasuredBootReportRequest request, AsyncHandler<GetMeasuredBootReportRequest,GetMeasuredBootReportResponse> handler)
-
Uses of GetMeasuredBootReportResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetMeasuredBootReportResponse Modifier and Type Method Description GetMeasuredBootReportResponse
GetMeasuredBootReportResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetMeasuredBootReportResponse Modifier and Type Method Description GetMeasuredBootReportResponse.Builder
GetMeasuredBootReportResponse.Builder. copy(GetMeasuredBootReportResponse o)
Copy method to populate the builder with values from the given instance.
-