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 UpdateVcnResponse
VirtualNetwork. 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)
UpdateVcnResponse
VirtualNetworkClient. 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 UpdateVcnRequest
UpdateVcnRequest.Builder. build()
Build the instance of UpdateVcnRequest as configured by this builderUpdateVcnRequest
UpdateVcnRequest.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.Builder
UpdateVcnRequest.Builder. copy(UpdateVcnRequest o)
Copy method to populate the builder with values from the given instance.
-