Uses of Class
com.oracle.bmc.database.responses.ConfigureSaasAdminUserResponse
-
Packages that use ConfigureSaasAdminUserResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ConfigureSaasAdminUserResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ConfigureSaasAdminUserResponse Modifier and Type Method Description ConfigureSaasAdminUserResponse
Database. configureSaasAdminUser(ConfigureSaasAdminUserRequest request)
This operation updates SaaS administrative user configuration of the Autonomous Database.ConfigureSaasAdminUserResponse
DatabaseClient. configureSaasAdminUser(ConfigureSaasAdminUserRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type ConfigureSaasAdminUserResponse Modifier and Type Method Description Future<ConfigureSaasAdminUserResponse>
DatabaseAsync. configureSaasAdminUser(ConfigureSaasAdminUserRequest request, AsyncHandler<ConfigureSaasAdminUserRequest,ConfigureSaasAdminUserResponse> handler)
This operation updates SaaS administrative user configuration of the Autonomous Database.Future<ConfigureSaasAdminUserResponse>
DatabaseAsyncClient. configureSaasAdminUser(ConfigureSaasAdminUserRequest request, AsyncHandler<ConfigureSaasAdminUserRequest,ConfigureSaasAdminUserResponse> handler)
-
Uses of ConfigureSaasAdminUserResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ConfigureSaasAdminUserResponse Modifier and Type Method Description ConfigureSaasAdminUserResponse
ConfigureSaasAdminUserResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ConfigureSaasAdminUserResponse Modifier and Type Method Description ConfigureSaasAdminUserResponse.Builder
ConfigureSaasAdminUserResponse.Builder. copy(ConfigureSaasAdminUserResponse o)
Copy method to populate the builder with values from the given instance.
-