Uses of Class
com.oracle.bmc.core.requests.ChangePublicIpCompartmentRequest
-
Packages that use ChangePublicIpCompartmentRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ChangePublicIpCompartmentRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ChangePublicIpCompartmentRequest Modifier and Type Method Description ChangePublicIpCompartmentResponseVirtualNetwork. changePublicIpCompartment(ChangePublicIpCompartmentRequest request)Moves a public IP into a different compartment within the same tenancy.Future<ChangePublicIpCompartmentResponse>VirtualNetworkAsync. changePublicIpCompartment(ChangePublicIpCompartmentRequest request, AsyncHandler<ChangePublicIpCompartmentRequest,ChangePublicIpCompartmentResponse> handler)Moves a public IP into a different compartment within the same tenancy.Future<ChangePublicIpCompartmentResponse>VirtualNetworkAsyncClient. changePublicIpCompartment(ChangePublicIpCompartmentRequest request, AsyncHandler<ChangePublicIpCompartmentRequest,ChangePublicIpCompartmentResponse> handler)ChangePublicIpCompartmentResponseVirtualNetworkClient. changePublicIpCompartment(ChangePublicIpCompartmentRequest request)Method parameters in com.oracle.bmc.core with type arguments of type ChangePublicIpCompartmentRequest Modifier and Type Method Description Future<ChangePublicIpCompartmentResponse>VirtualNetworkAsync. changePublicIpCompartment(ChangePublicIpCompartmentRequest request, AsyncHandler<ChangePublicIpCompartmentRequest,ChangePublicIpCompartmentResponse> handler)Moves a public IP into a different compartment within the same tenancy.Future<ChangePublicIpCompartmentResponse>VirtualNetworkAsyncClient. changePublicIpCompartment(ChangePublicIpCompartmentRequest request, AsyncHandler<ChangePublicIpCompartmentRequest,ChangePublicIpCompartmentResponse> handler) -
Uses of ChangePublicIpCompartmentRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ChangePublicIpCompartmentRequest Modifier and Type Method Description ChangePublicIpCompartmentRequestChangePublicIpCompartmentRequest.Builder. build()Build the instance of ChangePublicIpCompartmentRequest as configured by this builderChangePublicIpCompartmentRequestChangePublicIpCompartmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of ChangePublicIpCompartmentRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ChangePublicIpCompartmentRequest Modifier and Type Method Description ChangePublicIpCompartmentRequest.BuilderChangePublicIpCompartmentRequest.Builder. copy(ChangePublicIpCompartmentRequest o)Copy method to populate the builder with values from the given instance.
-