Uses of Class
com.oracle.bmc.core.responses.ChangePublicIpCompartmentResponse
-
Packages that use ChangePublicIpCompartmentResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ChangePublicIpCompartmentResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ChangePublicIpCompartmentResponse Modifier and Type Method Description ChangePublicIpCompartmentResponseVirtualNetwork. changePublicIpCompartment(ChangePublicIpCompartmentRequest request)Moves a public IP into a different compartment within the same tenancy.ChangePublicIpCompartmentResponseVirtualNetworkClient. changePublicIpCompartment(ChangePublicIpCompartmentRequest request)Methods in com.oracle.bmc.core that return types with arguments of type ChangePublicIpCompartmentResponse 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)Method parameters in com.oracle.bmc.core with type arguments of type ChangePublicIpCompartmentResponse 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 ChangePublicIpCompartmentResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ChangePublicIpCompartmentResponse Modifier and Type Method Description ChangePublicIpCompartmentResponseChangePublicIpCompartmentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ChangePublicIpCompartmentResponse Modifier and Type Method Description ChangePublicIpCompartmentResponse.BuilderChangePublicIpCompartmentResponse.Builder. copy(ChangePublicIpCompartmentResponse o)Copy method to populate the builder with values from the given instance.
-