Uses of Class
com.oracle.bmc.core.requests.UpdateVcnRequest
-
Packages that use UpdateVcnRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateVcnRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type UpdateVcnRequest Modifier and Type Method Description UpdateVcnResponseVirtualNetwork. updateVcn(UpdateVcnRequest request)Updates the specified VCN.Future<UpdateVcnResponse>VirtualNetworkAsync. updateVcn(UpdateVcnRequest request, AsyncHandler<UpdateVcnRequest,UpdateVcnResponse> handler)Updates the specified VCN.Future<UpdateVcnResponse>VirtualNetworkAsyncClient. updateVcn(UpdateVcnRequest request, AsyncHandler<UpdateVcnRequest,UpdateVcnResponse> handler)UpdateVcnResponseVirtualNetworkClient. updateVcn(UpdateVcnRequest request)Method parameters in com.oracle.bmc.core with type arguments of type UpdateVcnRequest Modifier and Type Method Description Future<UpdateVcnResponse>VirtualNetworkAsync. updateVcn(UpdateVcnRequest request, AsyncHandler<UpdateVcnRequest,UpdateVcnResponse> handler)Updates the specified VCN.Future<UpdateVcnResponse>VirtualNetworkAsyncClient. updateVcn(UpdateVcnRequest request, AsyncHandler<UpdateVcnRequest,UpdateVcnResponse> handler) -
Uses of UpdateVcnRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateVcnRequest Modifier and Type Method Description UpdateVcnRequestUpdateVcnRequest.Builder. build()Build the instance of UpdateVcnRequest as configured by this builderUpdateVcnRequestUpdateVcnRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateVcnRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateVcnRequest Modifier and Type Method Description UpdateVcnRequest.BuilderUpdateVcnRequest.Builder. copy(UpdateVcnRequest o)Copy method to populate the builder with values from the given instance.
-