Uses of Class
com.oracle.bmc.ocvp.requests.ChangeByolCompartmentRequest
-
Packages that use ChangeByolCompartmentRequest Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.requests -
-
Uses of ChangeByolCompartmentRequest in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp with parameters of type ChangeByolCompartmentRequest Modifier and Type Method Description ChangeByolCompartmentResponseByol. changeByolCompartment(ChangeByolCompartmentRequest request)Moves an BYOL into a different compartment within the same tenancy.Future<ChangeByolCompartmentResponse>ByolAsync. changeByolCompartment(ChangeByolCompartmentRequest request, AsyncHandler<ChangeByolCompartmentRequest,ChangeByolCompartmentResponse> handler)Moves an BYOL into a different compartment within the same tenancy.Future<ChangeByolCompartmentResponse>ByolAsyncClient. changeByolCompartment(ChangeByolCompartmentRequest request, AsyncHandler<ChangeByolCompartmentRequest,ChangeByolCompartmentResponse> handler)ChangeByolCompartmentResponseByolClient. changeByolCompartment(ChangeByolCompartmentRequest request)Method parameters in com.oracle.bmc.ocvp with type arguments of type ChangeByolCompartmentRequest Modifier and Type Method Description Future<ChangeByolCompartmentResponse>ByolAsync. changeByolCompartment(ChangeByolCompartmentRequest request, AsyncHandler<ChangeByolCompartmentRequest,ChangeByolCompartmentResponse> handler)Moves an BYOL into a different compartment within the same tenancy.Future<ChangeByolCompartmentResponse>ByolAsyncClient. changeByolCompartment(ChangeByolCompartmentRequest request, AsyncHandler<ChangeByolCompartmentRequest,ChangeByolCompartmentResponse> handler) -
Uses of ChangeByolCompartmentRequest in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return ChangeByolCompartmentRequest Modifier and Type Method Description ChangeByolCompartmentRequestChangeByolCompartmentRequest.Builder. build()Build the instance of ChangeByolCompartmentRequest as configured by this builderChangeByolCompartmentRequestChangeByolCompartmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of ChangeByolCompartmentRequest as configured by this builderMethods in com.oracle.bmc.ocvp.requests with parameters of type ChangeByolCompartmentRequest Modifier and Type Method Description ChangeByolCompartmentRequest.BuilderChangeByolCompartmentRequest.Builder. copy(ChangeByolCompartmentRequest o)Copy method to populate the builder with values from the given instance.
-