Uses of Class
com.oracle.bmc.datasafe.requests.GenerateCryptoAssessmentReportRequest
-
Packages that use GenerateCryptoAssessmentReportRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of GenerateCryptoAssessmentReportRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type GenerateCryptoAssessmentReportRequest Modifier and Type Method Description GenerateCryptoAssessmentReportResponseDataSafe. generateCryptoAssessmentReport(GenerateCryptoAssessmentReportRequest request)Generates the report of the specified crypto assessment.Future<GenerateCryptoAssessmentReportResponse>DataSafeAsync. generateCryptoAssessmentReport(GenerateCryptoAssessmentReportRequest request, AsyncHandler<GenerateCryptoAssessmentReportRequest,GenerateCryptoAssessmentReportResponse> handler)Generates the report of the specified crypto assessment.Future<GenerateCryptoAssessmentReportResponse>DataSafeAsyncClient. generateCryptoAssessmentReport(GenerateCryptoAssessmentReportRequest request, AsyncHandler<GenerateCryptoAssessmentReportRequest,GenerateCryptoAssessmentReportResponse> handler)GenerateCryptoAssessmentReportResponseDataSafeClient. generateCryptoAssessmentReport(GenerateCryptoAssessmentReportRequest request)Method parameters in com.oracle.bmc.datasafe with type arguments of type GenerateCryptoAssessmentReportRequest Modifier and Type Method Description Future<GenerateCryptoAssessmentReportResponse>DataSafeAsync. generateCryptoAssessmentReport(GenerateCryptoAssessmentReportRequest request, AsyncHandler<GenerateCryptoAssessmentReportRequest,GenerateCryptoAssessmentReportResponse> handler)Generates the report of the specified crypto assessment.Future<GenerateCryptoAssessmentReportResponse>DataSafeAsyncClient. generateCryptoAssessmentReport(GenerateCryptoAssessmentReportRequest request, AsyncHandler<GenerateCryptoAssessmentReportRequest,GenerateCryptoAssessmentReportResponse> handler) -
Uses of GenerateCryptoAssessmentReportRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return GenerateCryptoAssessmentReportRequest Modifier and Type Method Description GenerateCryptoAssessmentReportRequestGenerateCryptoAssessmentReportRequest.Builder. build()Build the instance of GenerateCryptoAssessmentReportRequest as configured by this builderGenerateCryptoAssessmentReportRequestGenerateCryptoAssessmentReportRequest.Builder. buildWithoutInvocationCallback()Build the instance of GenerateCryptoAssessmentReportRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type GenerateCryptoAssessmentReportRequest Modifier and Type Method Description GenerateCryptoAssessmentReportRequest.BuilderGenerateCryptoAssessmentReportRequest.Builder. copy(GenerateCryptoAssessmentReportRequest o)Copy method to populate the builder with values from the given instance.
-