Uses of Class
com.oracle.bmc.mngdmac.requests.GetMacOrderRequest
-
Packages that use GetMacOrderRequest Package Description com.oracle.bmc.mngdmac com.oracle.bmc.mngdmac.requests -
-
Uses of GetMacOrderRequest in com.oracle.bmc.mngdmac
Methods in com.oracle.bmc.mngdmac that return types with arguments of type GetMacOrderRequest Modifier and Type Method Description Waiter<GetMacOrderRequest,GetMacOrderResponse>MacOrderWaiters. forMacOrder(GetMacOrderRequest request, MacOrder.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetMacOrderRequest,GetMacOrderResponse>MacOrderWaiters. forMacOrder(GetMacOrderRequest request, MacOrder.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetMacOrderRequest,GetMacOrderResponse>MacOrderWaiters. forMacOrder(GetMacOrderRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, MacOrder.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.mngdmac with type arguments of type GetMacOrderRequest Modifier and Type Method Description Future<GetMacOrderResponse>MacOrderAsync. getMacOrder(GetMacOrderRequest request, AsyncHandler<GetMacOrderRequest,GetMacOrderResponse> handler)Gets information about a MacOrder.Future<GetMacOrderResponse>MacOrderAsyncClient. getMacOrder(GetMacOrderRequest request, AsyncHandler<GetMacOrderRequest,GetMacOrderResponse> handler) -
Uses of GetMacOrderRequest in com.oracle.bmc.mngdmac.requests
Methods in com.oracle.bmc.mngdmac.requests that return GetMacOrderRequest Modifier and Type Method Description GetMacOrderRequestGetMacOrderRequest.Builder. build()Build the instance of GetMacOrderRequest as configured by this builderGetMacOrderRequestGetMacOrderRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetMacOrderRequest as configured by this builderMethods in com.oracle.bmc.mngdmac.requests with parameters of type GetMacOrderRequest Modifier and Type Method Description GetMacOrderRequest.BuilderGetMacOrderRequest.Builder. copy(GetMacOrderRequest o)Copy method to populate the builder with values from the given instance.
-