Uses of Class
com.oracle.bmc.ocvp.responses.GetByolResponse
-
Packages that use GetByolResponse Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.responses -
-
Uses of GetByolResponse in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return GetByolResponse Modifier and Type Method Description GetByolResponseByol. getByol(GetByolRequest request)Gets the specified BYOL’s information.GetByolResponseByolClient. getByol(GetByolRequest request)Methods in com.oracle.bmc.ocvp that return types with arguments of type GetByolResponse 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.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)Method parameters in com.oracle.bmc.ocvp with type arguments of type GetByolResponse 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 GetByolResponse in com.oracle.bmc.ocvp.responses
Methods in com.oracle.bmc.ocvp.responses that return GetByolResponse Modifier and Type Method Description GetByolResponseGetByolResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.ocvp.responses with parameters of type GetByolResponse Modifier and Type Method Description GetByolResponse.BuilderGetByolResponse.Builder. copy(GetByolResponse o)Copy method to populate the builder with values from the given instance.
-