Uses of Class
com.oracle.bmc.bds.responses.ActivateUpstConfigurationResponse
-
Packages that use ActivateUpstConfigurationResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of ActivateUpstConfigurationResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return ActivateUpstConfigurationResponse Modifier and Type Method Description ActivateUpstConfigurationResponse
Bds. activateUpstConfiguration(ActivateUpstConfigurationRequest request)
Activate UPST configuration for the given identity configurationActivateUpstConfigurationResponse
BdsClient. activateUpstConfiguration(ActivateUpstConfigurationRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type ActivateUpstConfigurationResponse Modifier and Type Method Description Future<ActivateUpstConfigurationResponse>
BdsAsync. activateUpstConfiguration(ActivateUpstConfigurationRequest request, AsyncHandler<ActivateUpstConfigurationRequest,ActivateUpstConfigurationResponse> handler)
Activate UPST configuration for the given identity configurationFuture<ActivateUpstConfigurationResponse>
BdsAsyncClient. activateUpstConfiguration(ActivateUpstConfigurationRequest request, AsyncHandler<ActivateUpstConfigurationRequest,ActivateUpstConfigurationResponse> handler)
Method parameters in com.oracle.bmc.bds with type arguments of type ActivateUpstConfigurationResponse Modifier and Type Method Description Future<ActivateUpstConfigurationResponse>
BdsAsync. activateUpstConfiguration(ActivateUpstConfigurationRequest request, AsyncHandler<ActivateUpstConfigurationRequest,ActivateUpstConfigurationResponse> handler)
Activate UPST configuration for the given identity configurationFuture<ActivateUpstConfigurationResponse>
BdsAsyncClient. activateUpstConfiguration(ActivateUpstConfigurationRequest request, AsyncHandler<ActivateUpstConfigurationRequest,ActivateUpstConfigurationResponse> handler)
-
Uses of ActivateUpstConfigurationResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return ActivateUpstConfigurationResponse Modifier and Type Method Description ActivateUpstConfigurationResponse
ActivateUpstConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type ActivateUpstConfigurationResponse Modifier and Type Method Description ActivateUpstConfigurationResponse.Builder
ActivateUpstConfigurationResponse.Builder. copy(ActivateUpstConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-