Uses of Class
com.oracle.bmc.iot.requests.CreateIotDomainRequest
-
Packages that use CreateIotDomainRequest Package Description com.oracle.bmc.iot com.oracle.bmc.iot.requests -
-
Uses of CreateIotDomainRequest in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot with parameters of type CreateIotDomainRequest Modifier and Type Method Description CreateIotDomainResponse
Iot. createIotDomain(CreateIotDomainRequest request)
Creates a new IoT domain.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)
CreateIotDomainResponse
IotClient. createIotDomain(CreateIotDomainRequest request)
Method parameters in com.oracle.bmc.iot with type arguments of type CreateIotDomainRequest 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 CreateIotDomainRequest in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return CreateIotDomainRequest Modifier and Type Method Description CreateIotDomainRequest
CreateIotDomainRequest.Builder. build()
Build the instance of CreateIotDomainRequest as configured by this builderCreateIotDomainRequest
CreateIotDomainRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateIotDomainRequest as configured by this builderMethods in com.oracle.bmc.iot.requests with parameters of type CreateIotDomainRequest Modifier and Type Method Description CreateIotDomainRequest.Builder
CreateIotDomainRequest.Builder. copy(CreateIotDomainRequest o)
Copy method to populate the builder with values from the given instance.
-