Uses of Class
com.oracle.bmc.core.requests.UpdateSubnetRequest
-
Packages that use UpdateSubnetRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateSubnetRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type UpdateSubnetRequest Modifier and Type Method Description UpdateSubnetResponse
VirtualNetwork. updateSubnet(UpdateSubnetRequest request)
Updates the specified subnet.Future<UpdateSubnetResponse>
VirtualNetworkAsync. updateSubnet(UpdateSubnetRequest request, AsyncHandler<UpdateSubnetRequest,UpdateSubnetResponse> handler)
Updates the specified subnet.Future<UpdateSubnetResponse>
VirtualNetworkAsyncClient. updateSubnet(UpdateSubnetRequest request, AsyncHandler<UpdateSubnetRequest,UpdateSubnetResponse> handler)
UpdateSubnetResponse
VirtualNetworkClient. updateSubnet(UpdateSubnetRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateSubnetRequest Modifier and Type Method Description Future<UpdateSubnetResponse>
VirtualNetworkAsync. updateSubnet(UpdateSubnetRequest request, AsyncHandler<UpdateSubnetRequest,UpdateSubnetResponse> handler)
Updates the specified subnet.Future<UpdateSubnetResponse>
VirtualNetworkAsyncClient. updateSubnet(UpdateSubnetRequest request, AsyncHandler<UpdateSubnetRequest,UpdateSubnetResponse> handler)
-
Uses of UpdateSubnetRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateSubnetRequest Modifier and Type Method Description UpdateSubnetRequest
UpdateSubnetRequest.Builder. build()
Build the instance of UpdateSubnetRequest as configured by this builderUpdateSubnetRequest
UpdateSubnetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateSubnetRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateSubnetRequest Modifier and Type Method Description UpdateSubnetRequest.Builder
UpdateSubnetRequest.Builder. copy(UpdateSubnetRequest o)
Copy method to populate the builder with values from the given instance.
-