Uses of Class
com.oracle.bmc.iot.responses.ChangeIotDomainCompartmentResponse
-
Packages that use ChangeIotDomainCompartmentResponse Package Description com.oracle.bmc.iot com.oracle.bmc.iot.responses -
-
Uses of ChangeIotDomainCompartmentResponse in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot that return ChangeIotDomainCompartmentResponse Modifier and Type Method Description ChangeIotDomainCompartmentResponse
Iot. changeIotDomainCompartment(ChangeIotDomainCompartmentRequest request)
Moves an IoT domain to a different compartment within the same tenancy.ChangeIotDomainCompartmentResponse
IotClient. changeIotDomainCompartment(ChangeIotDomainCompartmentRequest request)
Methods in com.oracle.bmc.iot that return types with arguments of type ChangeIotDomainCompartmentResponse 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)
Method parameters in com.oracle.bmc.iot with type arguments of type ChangeIotDomainCompartmentResponse 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 ChangeIotDomainCompartmentResponse in com.oracle.bmc.iot.responses
Methods in com.oracle.bmc.iot.responses that return ChangeIotDomainCompartmentResponse Modifier and Type Method Description ChangeIotDomainCompartmentResponse
ChangeIotDomainCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.iot.responses with parameters of type ChangeIotDomainCompartmentResponse Modifier and Type Method Description ChangeIotDomainCompartmentResponse.Builder
ChangeIotDomainCompartmentResponse.Builder. copy(ChangeIotDomainCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-