Uses of Class
com.oracle.bmc.mngdmac.requests.GetMacDeviceRequest
-
Packages that use GetMacDeviceRequest Package Description com.oracle.bmc.mngdmac com.oracle.bmc.mngdmac.requests -
-
Uses of GetMacDeviceRequest in com.oracle.bmc.mngdmac
Methods in com.oracle.bmc.mngdmac that return types with arguments of type GetMacDeviceRequest Modifier and Type Method Description Waiter<GetMacDeviceRequest,GetMacDeviceResponse>
MacDeviceWaiters. forMacDevice(GetMacDeviceRequest request, MacDevice.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetMacDeviceRequest,GetMacDeviceResponse>
MacDeviceWaiters. forMacDevice(GetMacDeviceRequest request, MacDevice.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetMacDeviceRequest,GetMacDeviceResponse>
MacDeviceWaiters. forMacDevice(GetMacDeviceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, MacDevice.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.mngdmac with type arguments of type GetMacDeviceRequest Modifier and Type Method Description Future<GetMacDeviceResponse>
MacDeviceAsync. getMacDevice(GetMacDeviceRequest request, AsyncHandler<GetMacDeviceRequest,GetMacDeviceResponse> handler)
Gets information about a MacDevice.Future<GetMacDeviceResponse>
MacDeviceAsyncClient. getMacDevice(GetMacDeviceRequest request, AsyncHandler<GetMacDeviceRequest,GetMacDeviceResponse> handler)
-
Uses of GetMacDeviceRequest in com.oracle.bmc.mngdmac.requests
Methods in com.oracle.bmc.mngdmac.requests that return GetMacDeviceRequest Modifier and Type Method Description GetMacDeviceRequest
GetMacDeviceRequest.Builder. build()
Build the instance of GetMacDeviceRequest as configured by this builderGetMacDeviceRequest
GetMacDeviceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetMacDeviceRequest as configured by this builderMethods in com.oracle.bmc.mngdmac.requests with parameters of type GetMacDeviceRequest Modifier and Type Method Description GetMacDeviceRequest.Builder
GetMacDeviceRequest.Builder. copy(GetMacDeviceRequest o)
Copy method to populate the builder with values from the given instance.
-