Uses of Class
com.oracle.bmc.iot.responses.ConfigureIotDomainDataAccessResponse
-
Packages that use ConfigureIotDomainDataAccessResponse Package Description com.oracle.bmc.iot com.oracle.bmc.iot.responses -
-
Uses of ConfigureIotDomainDataAccessResponse in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot that return ConfigureIotDomainDataAccessResponse Modifier and Type Method Description ConfigureIotDomainDataAccessResponse
Iot. configureIotDomainDataAccess(ConfigureIotDomainDataAccessRequest request)
Updates an IoT domain Data Access.ConfigureIotDomainDataAccessResponse
IotClient. configureIotDomainDataAccess(ConfigureIotDomainDataAccessRequest request)
Methods in com.oracle.bmc.iot that return types with arguments of type ConfigureIotDomainDataAccessResponse Modifier and Type Method Description Future<ConfigureIotDomainDataAccessResponse>
IotAsync. configureIotDomainDataAccess(ConfigureIotDomainDataAccessRequest request, AsyncHandler<ConfigureIotDomainDataAccessRequest,ConfigureIotDomainDataAccessResponse> handler)
Updates an IoT domain Data Access.Future<ConfigureIotDomainDataAccessResponse>
IotAsyncClient. configureIotDomainDataAccess(ConfigureIotDomainDataAccessRequest request, AsyncHandler<ConfigureIotDomainDataAccessRequest,ConfigureIotDomainDataAccessResponse> handler)
Method parameters in com.oracle.bmc.iot with type arguments of type ConfigureIotDomainDataAccessResponse Modifier and Type Method Description Future<ConfigureIotDomainDataAccessResponse>
IotAsync. configureIotDomainDataAccess(ConfigureIotDomainDataAccessRequest request, AsyncHandler<ConfigureIotDomainDataAccessRequest,ConfigureIotDomainDataAccessResponse> handler)
Updates an IoT domain Data Access.Future<ConfigureIotDomainDataAccessResponse>
IotAsyncClient. configureIotDomainDataAccess(ConfigureIotDomainDataAccessRequest request, AsyncHandler<ConfigureIotDomainDataAccessRequest,ConfigureIotDomainDataAccessResponse> handler)
-
Uses of ConfigureIotDomainDataAccessResponse in com.oracle.bmc.iot.responses
Methods in com.oracle.bmc.iot.responses that return ConfigureIotDomainDataAccessResponse Modifier and Type Method Description ConfigureIotDomainDataAccessResponse
ConfigureIotDomainDataAccessResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.iot.responses with parameters of type ConfigureIotDomainDataAccessResponse Modifier and Type Method Description ConfigureIotDomainDataAccessResponse.Builder
ConfigureIotDomainDataAccessResponse.Builder. copy(ConfigureIotDomainDataAccessResponse o)
Copy method to populate the builder with values from the given instance.
-