Uses of Class
com.oracle.bmc.datasafe.requests.RefreshCryptoAssessmentRequest
-
Packages that use RefreshCryptoAssessmentRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of RefreshCryptoAssessmentRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type RefreshCryptoAssessmentRequest Modifier and Type Method Description RefreshCryptoAssessmentResponseDataSafe. refreshCryptoAssessment(RefreshCryptoAssessmentRequest request)Runs a crypto assessment, refreshes the latest assessment, and saves it for future reference.Future<RefreshCryptoAssessmentResponse>DataSafeAsync. refreshCryptoAssessment(RefreshCryptoAssessmentRequest request, AsyncHandler<RefreshCryptoAssessmentRequest,RefreshCryptoAssessmentResponse> handler)Runs a crypto assessment, refreshes the latest assessment, and saves it for future reference.Future<RefreshCryptoAssessmentResponse>DataSafeAsyncClient. refreshCryptoAssessment(RefreshCryptoAssessmentRequest request, AsyncHandler<RefreshCryptoAssessmentRequest,RefreshCryptoAssessmentResponse> handler)RefreshCryptoAssessmentResponseDataSafeClient. refreshCryptoAssessment(RefreshCryptoAssessmentRequest request)Method parameters in com.oracle.bmc.datasafe with type arguments of type RefreshCryptoAssessmentRequest Modifier and Type Method Description Future<RefreshCryptoAssessmentResponse>DataSafeAsync. refreshCryptoAssessment(RefreshCryptoAssessmentRequest request, AsyncHandler<RefreshCryptoAssessmentRequest,RefreshCryptoAssessmentResponse> handler)Runs a crypto assessment, refreshes the latest assessment, and saves it for future reference.Future<RefreshCryptoAssessmentResponse>DataSafeAsyncClient. refreshCryptoAssessment(RefreshCryptoAssessmentRequest request, AsyncHandler<RefreshCryptoAssessmentRequest,RefreshCryptoAssessmentResponse> handler) -
Uses of RefreshCryptoAssessmentRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return RefreshCryptoAssessmentRequest Modifier and Type Method Description RefreshCryptoAssessmentRequestRefreshCryptoAssessmentRequest.Builder. build()Build the instance of RefreshCryptoAssessmentRequest as configured by this builderRefreshCryptoAssessmentRequestRefreshCryptoAssessmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of RefreshCryptoAssessmentRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type RefreshCryptoAssessmentRequest Modifier and Type Method Description RefreshCryptoAssessmentRequest.BuilderRefreshCryptoAssessmentRequest.Builder. copy(RefreshCryptoAssessmentRequest o)Copy method to populate the builder with values from the given instance.
-