Uses of Class
com.oracle.bmc.rover.requests.RoverNodeActionSetKeyRequest
-
Packages that use RoverNodeActionSetKeyRequest Package Description com.oracle.bmc.rover com.oracle.bmc.rover.requests -
-
Uses of RoverNodeActionSetKeyRequest in com.oracle.bmc.rover
Methods in com.oracle.bmc.rover with parameters of type RoverNodeActionSetKeyRequest Modifier and Type Method Description RoverNodeActionSetKeyResponse
RoverNode. roverNodeActionSetKey(RoverNodeActionSetKeyRequest request)
Get the resource principal public key for a rover nodeFuture<RoverNodeActionSetKeyResponse>
RoverNodeAsync. roverNodeActionSetKey(RoverNodeActionSetKeyRequest request, AsyncHandler<RoverNodeActionSetKeyRequest,RoverNodeActionSetKeyResponse> handler)
Get the resource principal public key for a rover nodeFuture<RoverNodeActionSetKeyResponse>
RoverNodeAsyncClient. roverNodeActionSetKey(RoverNodeActionSetKeyRequest request, AsyncHandler<RoverNodeActionSetKeyRequest,RoverNodeActionSetKeyResponse> handler)
RoverNodeActionSetKeyResponse
RoverNodeClient. roverNodeActionSetKey(RoverNodeActionSetKeyRequest request)
Method parameters in com.oracle.bmc.rover with type arguments of type RoverNodeActionSetKeyRequest Modifier and Type Method Description Future<RoverNodeActionSetKeyResponse>
RoverNodeAsync. roverNodeActionSetKey(RoverNodeActionSetKeyRequest request, AsyncHandler<RoverNodeActionSetKeyRequest,RoverNodeActionSetKeyResponse> handler)
Get the resource principal public key for a rover nodeFuture<RoverNodeActionSetKeyResponse>
RoverNodeAsyncClient. roverNodeActionSetKey(RoverNodeActionSetKeyRequest request, AsyncHandler<RoverNodeActionSetKeyRequest,RoverNodeActionSetKeyResponse> handler)
-
Uses of RoverNodeActionSetKeyRequest in com.oracle.bmc.rover.requests
Methods in com.oracle.bmc.rover.requests that return RoverNodeActionSetKeyRequest Modifier and Type Method Description RoverNodeActionSetKeyRequest
RoverNodeActionSetKeyRequest.Builder. build()
Build the instance of RoverNodeActionSetKeyRequest as configured by this builderRoverNodeActionSetKeyRequest
RoverNodeActionSetKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RoverNodeActionSetKeyRequest as configured by this builderMethods in com.oracle.bmc.rover.requests with parameters of type RoverNodeActionSetKeyRequest Modifier and Type Method Description RoverNodeActionSetKeyRequest.Builder
RoverNodeActionSetKeyRequest.Builder. copy(RoverNodeActionSetKeyRequest o)
Copy method to populate the builder with values from the given instance.
-