Uses of Class
com.oracle.bmc.cloudbridge.requests.DeleteAgentDependencyRequest
-
Packages that use DeleteAgentDependencyRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of DeleteAgentDependencyRequest in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type DeleteAgentDependencyRequest Modifier and Type Method Description DeleteAgentDependencyResponse
OcbAgentSvc. deleteAgentDependency(DeleteAgentDependencyRequest request)
Deletes the AgentDependency resource based on an identifier.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)
DeleteAgentDependencyResponse
OcbAgentSvcClient. deleteAgentDependency(DeleteAgentDependencyRequest request)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type DeleteAgentDependencyRequest 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 DeleteAgentDependencyRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return DeleteAgentDependencyRequest Modifier and Type Method Description DeleteAgentDependencyRequest
DeleteAgentDependencyRequest.Builder. build()
Build the instance of DeleteAgentDependencyRequest as configured by this builderDeleteAgentDependencyRequest
DeleteAgentDependencyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteAgentDependencyRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type DeleteAgentDependencyRequest Modifier and Type Method Description DeleteAgentDependencyRequest.Builder
DeleteAgentDependencyRequest.Builder. copy(DeleteAgentDependencyRequest o)
Copy method to populate the builder with values from the given instance.
-