Uses of Class
com.oracle.bmc.cloudbridge.responses.DeleteAgentDependencyResponse
-
Packages that use DeleteAgentDependencyResponse Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.responses -
-
Uses of DeleteAgentDependencyResponse in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return DeleteAgentDependencyResponse Modifier and Type Method Description DeleteAgentDependencyResponse
OcbAgentSvc. deleteAgentDependency(DeleteAgentDependencyRequest request)
Deletes the AgentDependency resource based on an identifier.DeleteAgentDependencyResponse
OcbAgentSvcClient. deleteAgentDependency(DeleteAgentDependencyRequest request)
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type DeleteAgentDependencyResponse Modifier and Type Method Description Future<DeleteAgentDependencyResponse>
OcbAgentSvcAsync. deleteAgentDependency(DeleteAgentDependencyRequest request, AsyncHandler<DeleteAgentDependencyRequest,DeleteAgentDependencyResponse> handler)
Deletes the AgentDependency resource based on an identifier.Future<DeleteAgentDependencyResponse>
OcbAgentSvcAsyncClient. deleteAgentDependency(DeleteAgentDependencyRequest request, AsyncHandler<DeleteAgentDependencyRequest,DeleteAgentDependencyResponse> handler)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type DeleteAgentDependencyResponse Modifier and Type Method Description Future<DeleteAgentDependencyResponse>
OcbAgentSvcAsync. deleteAgentDependency(DeleteAgentDependencyRequest request, AsyncHandler<DeleteAgentDependencyRequest,DeleteAgentDependencyResponse> handler)
Deletes the AgentDependency resource based on an identifier.Future<DeleteAgentDependencyResponse>
OcbAgentSvcAsyncClient. deleteAgentDependency(DeleteAgentDependencyRequest request, AsyncHandler<DeleteAgentDependencyRequest,DeleteAgentDependencyResponse> handler)
-
Uses of DeleteAgentDependencyResponse in com.oracle.bmc.cloudbridge.responses
Methods in com.oracle.bmc.cloudbridge.responses that return DeleteAgentDependencyResponse Modifier and Type Method Description DeleteAgentDependencyResponse
DeleteAgentDependencyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudbridge.responses with parameters of type DeleteAgentDependencyResponse Modifier and Type Method Description DeleteAgentDependencyResponse.Builder
DeleteAgentDependencyResponse.Builder. copy(DeleteAgentDependencyResponse o)
Copy method to populate the builder with values from the given instance.
-