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