Uses of Class
com.oracle.bmc.ocvp.requests.GetByolRequest
-
Packages that use GetByolRequest Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.requests -
-
Uses of GetByolRequest in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return types with arguments of type GetByolRequest Modifier and Type Method Description Waiter<GetByolRequest,GetByolResponse>ByolWaiters. forByol(GetByolRequest request, Byol.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetByolRequest,GetByolResponse>ByolWaiters. forByol(GetByolRequest request, Byol.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetByolRequest,GetByolResponse>ByolWaiters. forByol(GetByolRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Byol.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Methods in com.oracle.bmc.ocvp with parameters of type GetByolRequest Modifier and Type Method Description Waiter<GetByolRequest,GetByolResponse>ByolWaiters. forByol(GetByolRequest request, Byol.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetByolRequest,GetByolResponse>ByolWaiters. forByol(GetByolRequest request, Byol.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetByolRequest,GetByolResponse>ByolWaiters. forByol(GetByolRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Byol.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.GetByolResponseByol. getByol(GetByolRequest request)Gets the specified BYOL’s information.Future<GetByolResponse>ByolAsync. getByol(GetByolRequest request, AsyncHandler<GetByolRequest,GetByolResponse> handler)Gets the specified BYOL’s information.Future<GetByolResponse>ByolAsyncClient. getByol(GetByolRequest request, AsyncHandler<GetByolRequest,GetByolResponse> handler)GetByolResponseByolClient. getByol(GetByolRequest request)Method parameters in com.oracle.bmc.ocvp with type arguments of type GetByolRequest Modifier and Type Method Description Future<GetByolResponse>ByolAsync. getByol(GetByolRequest request, AsyncHandler<GetByolRequest,GetByolResponse> handler)Gets the specified BYOL’s information.Future<GetByolResponse>ByolAsyncClient. getByol(GetByolRequest request, AsyncHandler<GetByolRequest,GetByolResponse> handler) -
Uses of GetByolRequest in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return GetByolRequest Modifier and Type Method Description GetByolRequestGetByolRequest.Builder. build()Build the instance of GetByolRequest as configured by this builderGetByolRequestGetByolRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetByolRequest as configured by this builderMethods in com.oracle.bmc.ocvp.requests with parameters of type GetByolRequest Modifier and Type Method Description GetByolRequest.BuilderGetByolRequest.Builder. copy(GetByolRequest o)Copy method to populate the builder with values from the given instance.
-