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