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.bds
Methods in com.oracle.bmc.bds that return DeactivateUpstConfigurationResponse Modifier and Type Method Description DeactivateUpstConfigurationResponse
Bds. deactivateUpstConfiguration(DeactivateUpstConfigurationRequest request)
Deactivate the UPST configuration represented by the provided ID.DeactivateUpstConfigurationResponse
BdsClient. 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.responses
Methods in com.oracle.bmc.bds.responses that return DeactivateUpstConfigurationResponse Modifier and Type Method Description DeactivateUpstConfigurationResponse
DeactivateUpstConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type DeactivateUpstConfigurationResponse Modifier and Type Method Description DeactivateUpstConfigurationResponse.Builder
DeactivateUpstConfigurationResponse.Builder. copy(DeactivateUpstConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-