Uses of Class
com.oracle.bmc.jms.requests.RequestCryptoAnalysesRequest
-
Packages that use RequestCryptoAnalysesRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of RequestCryptoAnalysesRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type RequestCryptoAnalysesRequest Modifier and Type Method Description RequestCryptoAnalysesResponse
JavaManagementService. requestCryptoAnalyses(RequestCryptoAnalysesRequest request)
Request to perform crypto analysis on one or more selected targets in the Fleet.Future<RequestCryptoAnalysesResponse>
JavaManagementServiceAsync. requestCryptoAnalyses(RequestCryptoAnalysesRequest request, AsyncHandler<RequestCryptoAnalysesRequest,RequestCryptoAnalysesResponse> handler)
Request to perform crypto analysis on one or more selected targets in the Fleet.Future<RequestCryptoAnalysesResponse>
JavaManagementServiceAsyncClient. requestCryptoAnalyses(RequestCryptoAnalysesRequest request, AsyncHandler<RequestCryptoAnalysesRequest,RequestCryptoAnalysesResponse> handler)
RequestCryptoAnalysesResponse
JavaManagementServiceClient. requestCryptoAnalyses(RequestCryptoAnalysesRequest request)
Method parameters in com.oracle.bmc.jms with type arguments of type RequestCryptoAnalysesRequest Modifier and Type Method Description Future<RequestCryptoAnalysesResponse>
JavaManagementServiceAsync. requestCryptoAnalyses(RequestCryptoAnalysesRequest request, AsyncHandler<RequestCryptoAnalysesRequest,RequestCryptoAnalysesResponse> handler)
Request to perform crypto analysis on one or more selected targets in the Fleet.Future<RequestCryptoAnalysesResponse>
JavaManagementServiceAsyncClient. requestCryptoAnalyses(RequestCryptoAnalysesRequest request, AsyncHandler<RequestCryptoAnalysesRequest,RequestCryptoAnalysesResponse> handler)
-
Uses of RequestCryptoAnalysesRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return RequestCryptoAnalysesRequest Modifier and Type Method Description RequestCryptoAnalysesRequest
RequestCryptoAnalysesRequest.Builder. build()
Build the instance of RequestCryptoAnalysesRequest as configured by this builderRequestCryptoAnalysesRequest
RequestCryptoAnalysesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RequestCryptoAnalysesRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type RequestCryptoAnalysesRequest Modifier and Type Method Description RequestCryptoAnalysesRequest.Builder
RequestCryptoAnalysesRequest.Builder. copy(RequestCryptoAnalysesRequest o)
Copy method to populate the builder with values from the given instance.
-