Uses of Class
com.oracle.bmc.core.requests.ChangeByoasnCompartmentRequest
-
Packages that use ChangeByoasnCompartmentRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ChangeByoasnCompartmentRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ChangeByoasnCompartmentRequest Modifier and Type Method Description ChangeByoasnCompartmentResponse
VirtualNetwork. changeByoasnCompartment(ChangeByoasnCompartmentRequest request)
Moves a BYOASN Resource to a different compartment.Future<ChangeByoasnCompartmentResponse>
VirtualNetworkAsync. changeByoasnCompartment(ChangeByoasnCompartmentRequest request, AsyncHandler<ChangeByoasnCompartmentRequest,ChangeByoasnCompartmentResponse> handler)
Moves a BYOASN Resource to a different compartment.Future<ChangeByoasnCompartmentResponse>
VirtualNetworkAsyncClient. changeByoasnCompartment(ChangeByoasnCompartmentRequest request, AsyncHandler<ChangeByoasnCompartmentRequest,ChangeByoasnCompartmentResponse> handler)
ChangeByoasnCompartmentResponse
VirtualNetworkClient. changeByoasnCompartment(ChangeByoasnCompartmentRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type ChangeByoasnCompartmentRequest Modifier and Type Method Description Future<ChangeByoasnCompartmentResponse>
VirtualNetworkAsync. changeByoasnCompartment(ChangeByoasnCompartmentRequest request, AsyncHandler<ChangeByoasnCompartmentRequest,ChangeByoasnCompartmentResponse> handler)
Moves a BYOASN Resource to a different compartment.Future<ChangeByoasnCompartmentResponse>
VirtualNetworkAsyncClient. changeByoasnCompartment(ChangeByoasnCompartmentRequest request, AsyncHandler<ChangeByoasnCompartmentRequest,ChangeByoasnCompartmentResponse> handler)
-
Uses of ChangeByoasnCompartmentRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ChangeByoasnCompartmentRequest Modifier and Type Method Description ChangeByoasnCompartmentRequest
ChangeByoasnCompartmentRequest.Builder. build()
Build the instance of ChangeByoasnCompartmentRequest as configured by this builderChangeByoasnCompartmentRequest
ChangeByoasnCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeByoasnCompartmentRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ChangeByoasnCompartmentRequest Modifier and Type Method Description ChangeByoasnCompartmentRequest.Builder
ChangeByoasnCompartmentRequest.Builder. copy(ChangeByoasnCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-