Uses of Class
com.oracle.bmc.core.responses.UpdateSubnetResponse
-
Packages that use UpdateSubnetResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of UpdateSubnetResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return UpdateSubnetResponse Modifier and Type Method Description UpdateSubnetResponse
VirtualNetwork. updateSubnet(UpdateSubnetRequest request)
Updates the specified subnet.UpdateSubnetResponse
VirtualNetworkClient. updateSubnet(UpdateSubnetRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type UpdateSubnetResponse 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)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateSubnetResponse 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 UpdateSubnetResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return UpdateSubnetResponse Modifier and Type Method Description UpdateSubnetResponse
UpdateSubnetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type UpdateSubnetResponse Modifier and Type Method Description UpdateSubnetResponse.Builder
UpdateSubnetResponse.Builder. copy(UpdateSubnetResponse o)
Copy method to populate the builder with values from the given instance.
-