Uses of Class
com.oracle.bmc.jms.requests.ListCryptoAnalysisResultsRequest
-
Packages that use ListCryptoAnalysisResultsRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of ListCryptoAnalysisResultsRequest in com.oracle.bmc.jms
Method parameters in com.oracle.bmc.jms with type arguments of type ListCryptoAnalysisResultsRequest Modifier and Type Method Description Future<ListCryptoAnalysisResultsResponse>JavaManagementServiceAsync. listCryptoAnalysisResults(ListCryptoAnalysisResultsRequest request, AsyncHandler<ListCryptoAnalysisResultsRequest,ListCryptoAnalysisResultsResponse> handler)Lists the results of a Crypto event analysis.Future<ListCryptoAnalysisResultsResponse>JavaManagementServiceAsyncClient. listCryptoAnalysisResults(ListCryptoAnalysisResultsRequest request, AsyncHandler<ListCryptoAnalysisResultsRequest,ListCryptoAnalysisResultsResponse> handler) -
Uses of ListCryptoAnalysisResultsRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return ListCryptoAnalysisResultsRequest Modifier and Type Method Description ListCryptoAnalysisResultsRequestListCryptoAnalysisResultsRequest.Builder. build()Build the instance of ListCryptoAnalysisResultsRequest as configured by this builderListCryptoAnalysisResultsRequestListCryptoAnalysisResultsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListCryptoAnalysisResultsRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type ListCryptoAnalysisResultsRequest Modifier and Type Method Description ListCryptoAnalysisResultsRequest.BuilderListCryptoAnalysisResultsRequest.Builder. copy(ListCryptoAnalysisResultsRequest o)Copy method to populate the builder with values from the given instance.
-