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