Uses of Class
com.oracle.bmc.iot.requests.GetIotDomainRequest
-
Packages that use GetIotDomainRequest Package Description com.oracle.bmc.iot com.oracle.bmc.iot.requests -
-
Uses of GetIotDomainRequest in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot that return types with arguments of type GetIotDomainRequest Modifier and Type Method Description Waiter<GetIotDomainRequest,GetIotDomainResponse>
IotWaiters. forIotDomain(GetIotDomainRequest request, IotDomain.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetIotDomainRequest,GetIotDomainResponse>
IotWaiters. forIotDomain(GetIotDomainRequest request, IotDomain.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetIotDomainRequest,GetIotDomainResponse>
IotWaiters. forIotDomain(GetIotDomainRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, IotDomain.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.iot with type arguments of type GetIotDomainRequest Modifier and Type Method Description Future<GetIotDomainResponse>
IotAsync. getIotDomain(GetIotDomainRequest request, AsyncHandler<GetIotDomainRequest,GetIotDomainResponse> handler)
Retrieves the IoT domain identified by the specified OCID.Future<GetIotDomainResponse>
IotAsyncClient. getIotDomain(GetIotDomainRequest request, AsyncHandler<GetIotDomainRequest,GetIotDomainResponse> handler)
-
Uses of GetIotDomainRequest in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return GetIotDomainRequest Modifier and Type Method Description GetIotDomainRequest
GetIotDomainRequest.Builder. build()
Build the instance of GetIotDomainRequest as configured by this builderGetIotDomainRequest
GetIotDomainRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetIotDomainRequest as configured by this builderMethods in com.oracle.bmc.iot.requests with parameters of type GetIotDomainRequest Modifier and Type Method Description GetIotDomainRequest.Builder
GetIotDomainRequest.Builder. copy(GetIotDomainRequest o)
Copy method to populate the builder with values from the given instance.
-