Uses of Class
com.oracle.bmc.jms.model.RequestCryptoAnalysesDetails
-
Packages that use RequestCryptoAnalysesDetails Package Description com.oracle.bmc.jms.model com.oracle.bmc.jms.requests -
-
Uses of RequestCryptoAnalysesDetails in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return RequestCryptoAnalysesDetails Modifier and Type Method Description RequestCryptoAnalysesDetails
RequestCryptoAnalysesDetails.Builder. build()
RequestCryptoAnalysesDetails
CryptoTaskDetails. getCryptoTaskRequest()
Methods in com.oracle.bmc.jms.model with parameters of type RequestCryptoAnalysesDetails Modifier and Type Method Description RequestCryptoAnalysesDetails.Builder
RequestCryptoAnalysesDetails.Builder. copy(RequestCryptoAnalysesDetails model)
CryptoTaskDetails.Builder
CryptoTaskDetails.Builder. cryptoTaskRequest(RequestCryptoAnalysesDetails cryptoTaskRequest)
Constructors in com.oracle.bmc.jms.model with parameters of type RequestCryptoAnalysesDetails Constructor Description CryptoTaskDetails(RequestCryptoAnalysesDetails cryptoTaskRequest)
Deprecated. -
Uses of RequestCryptoAnalysesDetails in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return RequestCryptoAnalysesDetails Modifier and Type Method Description RequestCryptoAnalysesDetails
RequestCryptoAnalysesRequest. getBody$()
Alternative accessor for the body parameter.RequestCryptoAnalysesDetails
RequestCryptoAnalysesRequest. getRequestCryptoAnalysesDetails()
Detail information to start Crypto AnalysesMethods in com.oracle.bmc.jms.requests with parameters of type RequestCryptoAnalysesDetails Modifier and Type Method Description RequestCryptoAnalysesRequest.Builder
RequestCryptoAnalysesRequest.Builder. body$(RequestCryptoAnalysesDetails body)
Alternative setter for the body parameter.RequestCryptoAnalysesRequest.Builder
RequestCryptoAnalysesRequest.Builder. requestCryptoAnalysesDetails(RequestCryptoAnalysesDetails requestCryptoAnalysesDetails)
Detail information to start Crypto Analyses
-