Uses of Class
com.oracle.bmc.rover.requests.GetRoverNodeCertificateRequest
-
Packages that use GetRoverNodeCertificateRequest Package Description com.oracle.bmc.rover com.oracle.bmc.rover.requests -
-
Uses of GetRoverNodeCertificateRequest in com.oracle.bmc.rover
Methods in com.oracle.bmc.rover with parameters of type GetRoverNodeCertificateRequest Modifier and Type Method Description GetRoverNodeCertificateResponse
RoverNode. getRoverNodeCertificate(GetRoverNodeCertificateRequest request)
Get the certificate for a rover nodeFuture<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)
GetRoverNodeCertificateResponse
RoverNodeClient. getRoverNodeCertificate(GetRoverNodeCertificateRequest request)
Method parameters in com.oracle.bmc.rover with type arguments of type GetRoverNodeCertificateRequest 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 GetRoverNodeCertificateRequest in com.oracle.bmc.rover.requests
Methods in com.oracle.bmc.rover.requests that return GetRoverNodeCertificateRequest Modifier and Type Method Description GetRoverNodeCertificateRequest
GetRoverNodeCertificateRequest.Builder. build()
Build the instance of GetRoverNodeCertificateRequest as configured by this builderGetRoverNodeCertificateRequest
GetRoverNodeCertificateRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetRoverNodeCertificateRequest as configured by this builderMethods in com.oracle.bmc.rover.requests with parameters of type GetRoverNodeCertificateRequest Modifier and Type Method Description GetRoverNodeCertificateRequest.Builder
GetRoverNodeCertificateRequest.Builder. copy(GetRoverNodeCertificateRequest o)
Copy method to populate the builder with values from the given instance.
-