Uses of Class
com.oracle.bmc.iot.requests.ChangeIotDomainCompartmentRequest
-
Packages that use ChangeIotDomainCompartmentRequest Package Description com.oracle.bmc.iot com.oracle.bmc.iot.requests -
-
Uses of ChangeIotDomainCompartmentRequest in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot with parameters of type ChangeIotDomainCompartmentRequest Modifier and Type Method Description ChangeIotDomainCompartmentResponse
Iot. changeIotDomainCompartment(ChangeIotDomainCompartmentRequest request)
Moves an IoT domain to a different compartment within the same tenancy.Future<ChangeIotDomainCompartmentResponse>
IotAsync. changeIotDomainCompartment(ChangeIotDomainCompartmentRequest request, AsyncHandler<ChangeIotDomainCompartmentRequest,ChangeIotDomainCompartmentResponse> handler)
Moves an IoT domain to a different compartment within the same tenancy.Future<ChangeIotDomainCompartmentResponse>
IotAsyncClient. changeIotDomainCompartment(ChangeIotDomainCompartmentRequest request, AsyncHandler<ChangeIotDomainCompartmentRequest,ChangeIotDomainCompartmentResponse> handler)
ChangeIotDomainCompartmentResponse
IotClient. changeIotDomainCompartment(ChangeIotDomainCompartmentRequest request)
Method parameters in com.oracle.bmc.iot with type arguments of type ChangeIotDomainCompartmentRequest Modifier and Type Method Description Future<ChangeIotDomainCompartmentResponse>
IotAsync. changeIotDomainCompartment(ChangeIotDomainCompartmentRequest request, AsyncHandler<ChangeIotDomainCompartmentRequest,ChangeIotDomainCompartmentResponse> handler)
Moves an IoT domain to a different compartment within the same tenancy.Future<ChangeIotDomainCompartmentResponse>
IotAsyncClient. changeIotDomainCompartment(ChangeIotDomainCompartmentRequest request, AsyncHandler<ChangeIotDomainCompartmentRequest,ChangeIotDomainCompartmentResponse> handler)
-
Uses of ChangeIotDomainCompartmentRequest in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return ChangeIotDomainCompartmentRequest Modifier and Type Method Description ChangeIotDomainCompartmentRequest
ChangeIotDomainCompartmentRequest.Builder. build()
Build the instance of ChangeIotDomainCompartmentRequest as configured by this builderChangeIotDomainCompartmentRequest
ChangeIotDomainCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeIotDomainCompartmentRequest as configured by this builderMethods in com.oracle.bmc.iot.requests with parameters of type ChangeIotDomainCompartmentRequest Modifier and Type Method Description ChangeIotDomainCompartmentRequest.Builder
ChangeIotDomainCompartmentRequest.Builder. copy(ChangeIotDomainCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-