Uses of Class
com.oracle.bmc.bds.responses.DeactivateUpstConfigurationResponse
- 
Packages that use DeactivateUpstConfigurationResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses 
- 
- 
Uses of DeactivateUpstConfigurationResponse in com.oracle.bmc.bdsMethods in com.oracle.bmc.bds that return DeactivateUpstConfigurationResponse Modifier and Type Method Description DeactivateUpstConfigurationResponseBds. deactivateUpstConfiguration(DeactivateUpstConfigurationRequest request)Deactivate the UPST configuration represented by the provided ID.DeactivateUpstConfigurationResponseBdsClient. deactivateUpstConfiguration(DeactivateUpstConfigurationRequest request)Methods in com.oracle.bmc.bds that return types with arguments of type DeactivateUpstConfigurationResponse Modifier and Type Method Description Future<DeactivateUpstConfigurationResponse>BdsAsync. deactivateUpstConfiguration(DeactivateUpstConfigurationRequest request, AsyncHandler<DeactivateUpstConfigurationRequest,DeactivateUpstConfigurationResponse> handler)Deactivate the UPST configuration represented by the provided ID.Future<DeactivateUpstConfigurationResponse>BdsAsyncClient. deactivateUpstConfiguration(DeactivateUpstConfigurationRequest request, AsyncHandler<DeactivateUpstConfigurationRequest,DeactivateUpstConfigurationResponse> handler)Method parameters in com.oracle.bmc.bds with type arguments of type DeactivateUpstConfigurationResponse Modifier and Type Method Description Future<DeactivateUpstConfigurationResponse>BdsAsync. deactivateUpstConfiguration(DeactivateUpstConfigurationRequest request, AsyncHandler<DeactivateUpstConfigurationRequest,DeactivateUpstConfigurationResponse> handler)Deactivate the UPST configuration represented by the provided ID.Future<DeactivateUpstConfigurationResponse>BdsAsyncClient. deactivateUpstConfiguration(DeactivateUpstConfigurationRequest request, AsyncHandler<DeactivateUpstConfigurationRequest,DeactivateUpstConfigurationResponse> handler)
- 
Uses of DeactivateUpstConfigurationResponse in com.oracle.bmc.bds.responsesMethods in com.oracle.bmc.bds.responses that return DeactivateUpstConfigurationResponse Modifier and Type Method Description DeactivateUpstConfigurationResponseDeactivateUpstConfigurationResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type DeactivateUpstConfigurationResponse Modifier and Type Method Description DeactivateUpstConfigurationResponse.BuilderDeactivateUpstConfigurationResponse.Builder. copy(DeactivateUpstConfigurationResponse o)Copy method to populate the builder with values from the given instance.
 
-