Uses of Class
com.oracle.bmc.cloudbridge.responses.CreateAgentResponse
-
Packages that use CreateAgentResponse Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.responses -
-
Uses of CreateAgentResponse in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return CreateAgentResponse Modifier and Type Method Description CreateAgentResponse
OcbAgentSvc. createAgent(CreateAgentRequest request)
Creates an Agent.CreateAgentResponse
OcbAgentSvcClient. createAgent(CreateAgentRequest request)
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type CreateAgentResponse 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)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type CreateAgentResponse 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 CreateAgentResponse in com.oracle.bmc.cloudbridge.responses
Methods in com.oracle.bmc.cloudbridge.responses that return CreateAgentResponse Modifier and Type Method Description CreateAgentResponse
CreateAgentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudbridge.responses with parameters of type CreateAgentResponse Modifier and Type Method Description CreateAgentResponse.Builder
CreateAgentResponse.Builder. copy(CreateAgentResponse o)
Copy method to populate the builder with values from the given instance.
-