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