Uses of Class
com.oracle.bmc.rover.responses.RoverNodeGenerateCertificateResponse
-
Packages that use RoverNodeGenerateCertificateResponse Package Description com.oracle.bmc.rover com.oracle.bmc.rover.responses -
-
Uses of RoverNodeGenerateCertificateResponse in com.oracle.bmc.rover
Methods in com.oracle.bmc.rover that return RoverNodeGenerateCertificateResponse Modifier and Type Method Description RoverNodeGenerateCertificateResponse
RoverNode. roverNodeGenerateCertificate(RoverNodeGenerateCertificateRequest request)
Request to generate certificate for a roverNode.RoverNodeGenerateCertificateResponse
RoverNodeClient. roverNodeGenerateCertificate(RoverNodeGenerateCertificateRequest request)
Methods in com.oracle.bmc.rover that return types with arguments of type RoverNodeGenerateCertificateResponse Modifier and Type Method Description Future<RoverNodeGenerateCertificateResponse>
RoverNodeAsync. roverNodeGenerateCertificate(RoverNodeGenerateCertificateRequest request, AsyncHandler<RoverNodeGenerateCertificateRequest,RoverNodeGenerateCertificateResponse> handler)
Request to generate certificate for a roverNode.Future<RoverNodeGenerateCertificateResponse>
RoverNodeAsyncClient. roverNodeGenerateCertificate(RoverNodeGenerateCertificateRequest request, AsyncHandler<RoverNodeGenerateCertificateRequest,RoverNodeGenerateCertificateResponse> handler)
Method parameters in com.oracle.bmc.rover with type arguments of type RoverNodeGenerateCertificateResponse Modifier and Type Method Description Future<RoverNodeGenerateCertificateResponse>
RoverNodeAsync. roverNodeGenerateCertificate(RoverNodeGenerateCertificateRequest request, AsyncHandler<RoverNodeGenerateCertificateRequest,RoverNodeGenerateCertificateResponse> handler)
Request to generate certificate for a roverNode.Future<RoverNodeGenerateCertificateResponse>
RoverNodeAsyncClient. roverNodeGenerateCertificate(RoverNodeGenerateCertificateRequest request, AsyncHandler<RoverNodeGenerateCertificateRequest,RoverNodeGenerateCertificateResponse> handler)
-
Uses of RoverNodeGenerateCertificateResponse in com.oracle.bmc.rover.responses
Methods in com.oracle.bmc.rover.responses that return RoverNodeGenerateCertificateResponse Modifier and Type Method Description RoverNodeGenerateCertificateResponse
RoverNodeGenerateCertificateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.rover.responses with parameters of type RoverNodeGenerateCertificateResponse Modifier and Type Method Description RoverNodeGenerateCertificateResponse.Builder
RoverNodeGenerateCertificateResponse.Builder. copy(RoverNodeGenerateCertificateResponse o)
Copy method to populate the builder with values from the given instance.
-