Uses of Class
com.oracle.bmc.apmconfig.responses.DeleteConfigResponse
-
Packages that use DeleteConfigResponse Package Description com.oracle.bmc.apmconfig com.oracle.bmc.apmconfig.responses -
-
Uses of DeleteConfigResponse in com.oracle.bmc.apmconfig
Methods in com.oracle.bmc.apmconfig that return DeleteConfigResponse Modifier and Type Method Description DeleteConfigResponse
Config. deleteConfig(DeleteConfigRequest request)
Deletes the configuration item identified by the OCID.DeleteConfigResponse
ConfigClient. deleteConfig(DeleteConfigRequest request)
Methods in com.oracle.bmc.apmconfig that return types with arguments of type DeleteConfigResponse Modifier and Type Method Description Future<DeleteConfigResponse>
ConfigAsync. deleteConfig(DeleteConfigRequest request, AsyncHandler<DeleteConfigRequest,DeleteConfigResponse> handler)
Deletes the configuration item identified by the OCID.Future<DeleteConfigResponse>
ConfigAsyncClient. deleteConfig(DeleteConfigRequest request, AsyncHandler<DeleteConfigRequest,DeleteConfigResponse> handler)
Method parameters in com.oracle.bmc.apmconfig with type arguments of type DeleteConfigResponse Modifier and Type Method Description Future<DeleteConfigResponse>
ConfigAsync. deleteConfig(DeleteConfigRequest request, AsyncHandler<DeleteConfigRequest,DeleteConfigResponse> handler)
Deletes the configuration item identified by the OCID.Future<DeleteConfigResponse>
ConfigAsyncClient. deleteConfig(DeleteConfigRequest request, AsyncHandler<DeleteConfigRequest,DeleteConfigResponse> handler)
-
Uses of DeleteConfigResponse in com.oracle.bmc.apmconfig.responses
Methods in com.oracle.bmc.apmconfig.responses that return DeleteConfigResponse Modifier and Type Method Description DeleteConfigResponse
DeleteConfigResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmconfig.responses with parameters of type DeleteConfigResponse Modifier and Type Method Description DeleteConfigResponse.Builder
DeleteConfigResponse.Builder. copy(DeleteConfigResponse o)
Copy method to populate the builder with values from the given instance.
-