Uses of Class
com.oracle.bmc.jms.responses.GetCryptoAnalysisResultResponse
-
Packages that use GetCryptoAnalysisResultResponse Package Description com.oracle.bmc.jms com.oracle.bmc.jms.responses -
-
Uses of GetCryptoAnalysisResultResponse in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return GetCryptoAnalysisResultResponse Modifier and Type Method Description GetCryptoAnalysisResultResponse
JavaManagementService. getCryptoAnalysisResult(GetCryptoAnalysisResultRequest request)
Retrieve the metadata for the result of a Crypto event analysis.GetCryptoAnalysisResultResponse
JavaManagementServiceClient. getCryptoAnalysisResult(GetCryptoAnalysisResultRequest request)
Methods in com.oracle.bmc.jms that return types with arguments of type GetCryptoAnalysisResultResponse Modifier and Type Method Description Future<GetCryptoAnalysisResultResponse>
JavaManagementServiceAsync. getCryptoAnalysisResult(GetCryptoAnalysisResultRequest request, AsyncHandler<GetCryptoAnalysisResultRequest,GetCryptoAnalysisResultResponse> handler)
Retrieve the metadata for the result of a Crypto event analysis.Future<GetCryptoAnalysisResultResponse>
JavaManagementServiceAsyncClient. getCryptoAnalysisResult(GetCryptoAnalysisResultRequest request, AsyncHandler<GetCryptoAnalysisResultRequest,GetCryptoAnalysisResultResponse> handler)
Method parameters in com.oracle.bmc.jms with type arguments of type GetCryptoAnalysisResultResponse Modifier and Type Method Description Future<GetCryptoAnalysisResultResponse>
JavaManagementServiceAsync. getCryptoAnalysisResult(GetCryptoAnalysisResultRequest request, AsyncHandler<GetCryptoAnalysisResultRequest,GetCryptoAnalysisResultResponse> handler)
Retrieve the metadata for the result of a Crypto event analysis.Future<GetCryptoAnalysisResultResponse>
JavaManagementServiceAsyncClient. getCryptoAnalysisResult(GetCryptoAnalysisResultRequest request, AsyncHandler<GetCryptoAnalysisResultRequest,GetCryptoAnalysisResultResponse> handler)
-
Uses of GetCryptoAnalysisResultResponse in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return GetCryptoAnalysisResultResponse Modifier and Type Method Description GetCryptoAnalysisResultResponse
GetCryptoAnalysisResultResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jms.responses with parameters of type GetCryptoAnalysisResultResponse Modifier and Type Method Description GetCryptoAnalysisResultResponse.Builder
GetCryptoAnalysisResultResponse.Builder. copy(GetCryptoAnalysisResultResponse o)
Copy method to populate the builder with values from the given instance.
-