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