Uses of Class
com.oracle.bmc.cloudbridge.requests.CreateAgentRequest
-
Packages that use CreateAgentRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of CreateAgentRequest in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type CreateAgentRequest Modifier and Type Method Description CreateAgentResponse
OcbAgentSvc. createAgent(CreateAgentRequest request)
Creates an Agent.Future<CreateAgentResponse>
OcbAgentSvcAsync. createAgent(CreateAgentRequest request, AsyncHandler<CreateAgentRequest,CreateAgentResponse> handler)
Creates an Agent.Future<CreateAgentResponse>
OcbAgentSvcAsyncClient. createAgent(CreateAgentRequest request, AsyncHandler<CreateAgentRequest,CreateAgentResponse> handler)
CreateAgentResponse
OcbAgentSvcClient. createAgent(CreateAgentRequest request)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type CreateAgentRequest Modifier and Type Method Description Future<CreateAgentResponse>
OcbAgentSvcAsync. createAgent(CreateAgentRequest request, AsyncHandler<CreateAgentRequest,CreateAgentResponse> handler)
Creates an Agent.Future<CreateAgentResponse>
OcbAgentSvcAsyncClient. createAgent(CreateAgentRequest request, AsyncHandler<CreateAgentRequest,CreateAgentResponse> handler)
-
Uses of CreateAgentRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return CreateAgentRequest Modifier and Type Method Description CreateAgentRequest
CreateAgentRequest.Builder. build()
Build the instance of CreateAgentRequest as configured by this builderCreateAgentRequest
CreateAgentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateAgentRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type CreateAgentRequest Modifier and Type Method Description CreateAgentRequest.Builder
CreateAgentRequest.Builder. copy(CreateAgentRequest o)
Copy method to populate the builder with values from the given instance.
-