Uses of Class
com.oracle.bmc.datasafe.requests.UpdateCryptoAssessmentRequest
-
Packages that use UpdateCryptoAssessmentRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of UpdateCryptoAssessmentRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type UpdateCryptoAssessmentRequest Modifier and Type Method Description UpdateCryptoAssessmentResponseDataSafe. updateCryptoAssessment(UpdateCryptoAssessmentRequest request)Updates one or more attributes of the specified crypto assessment.Future<UpdateCryptoAssessmentResponse>DataSafeAsync. updateCryptoAssessment(UpdateCryptoAssessmentRequest request, AsyncHandler<UpdateCryptoAssessmentRequest,UpdateCryptoAssessmentResponse> handler)Updates one or more attributes of the specified crypto assessment.Future<UpdateCryptoAssessmentResponse>DataSafeAsyncClient. updateCryptoAssessment(UpdateCryptoAssessmentRequest request, AsyncHandler<UpdateCryptoAssessmentRequest,UpdateCryptoAssessmentResponse> handler)UpdateCryptoAssessmentResponseDataSafeClient. updateCryptoAssessment(UpdateCryptoAssessmentRequest request)Method parameters in com.oracle.bmc.datasafe with type arguments of type UpdateCryptoAssessmentRequest Modifier and Type Method Description Future<UpdateCryptoAssessmentResponse>DataSafeAsync. updateCryptoAssessment(UpdateCryptoAssessmentRequest request, AsyncHandler<UpdateCryptoAssessmentRequest,UpdateCryptoAssessmentResponse> handler)Updates one or more attributes of the specified crypto assessment.Future<UpdateCryptoAssessmentResponse>DataSafeAsyncClient. updateCryptoAssessment(UpdateCryptoAssessmentRequest request, AsyncHandler<UpdateCryptoAssessmentRequest,UpdateCryptoAssessmentResponse> handler) -
Uses of UpdateCryptoAssessmentRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return UpdateCryptoAssessmentRequest Modifier and Type Method Description UpdateCryptoAssessmentRequestUpdateCryptoAssessmentRequest.Builder. build()Build the instance of UpdateCryptoAssessmentRequest as configured by this builderUpdateCryptoAssessmentRequestUpdateCryptoAssessmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateCryptoAssessmentRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type UpdateCryptoAssessmentRequest Modifier and Type Method Description UpdateCryptoAssessmentRequest.BuilderUpdateCryptoAssessmentRequest.Builder. copy(UpdateCryptoAssessmentRequest o)Copy method to populate the builder with values from the given instance.
-