Uses of Class
com.oracle.bmc.core.responses.UpdateSecurityListResponse
-
Packages that use UpdateSecurityListResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of UpdateSecurityListResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return UpdateSecurityListResponse Modifier and Type Method Description UpdateSecurityListResponse
VirtualNetwork. updateSecurityList(UpdateSecurityListRequest request)
Updates the specified security list’s display name or rules.UpdateSecurityListResponse
VirtualNetworkClient. updateSecurityList(UpdateSecurityListRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type UpdateSecurityListResponse Modifier and Type Method Description Future<UpdateSecurityListResponse>
VirtualNetworkAsync. updateSecurityList(UpdateSecurityListRequest request, AsyncHandler<UpdateSecurityListRequest,UpdateSecurityListResponse> handler)
Updates the specified security list’s display name or rules.Future<UpdateSecurityListResponse>
VirtualNetworkAsyncClient. updateSecurityList(UpdateSecurityListRequest request, AsyncHandler<UpdateSecurityListRequest,UpdateSecurityListResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateSecurityListResponse Modifier and Type Method Description Future<UpdateSecurityListResponse>
VirtualNetworkAsync. updateSecurityList(UpdateSecurityListRequest request, AsyncHandler<UpdateSecurityListRequest,UpdateSecurityListResponse> handler)
Updates the specified security list’s display name or rules.Future<UpdateSecurityListResponse>
VirtualNetworkAsyncClient. updateSecurityList(UpdateSecurityListRequest request, AsyncHandler<UpdateSecurityListRequest,UpdateSecurityListResponse> handler)
-
Uses of UpdateSecurityListResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return UpdateSecurityListResponse Modifier and Type Method Description UpdateSecurityListResponse
UpdateSecurityListResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type UpdateSecurityListResponse Modifier and Type Method Description UpdateSecurityListResponse.Builder
UpdateSecurityListResponse.Builder. copy(UpdateSecurityListResponse o)
Copy method to populate the builder with values from the given instance.
-