Uses of Class
com.oracle.bmc.loadbalancer.model.UpdateNetworkSecurityGroupsDetails
-
Packages that use UpdateNetworkSecurityGroupsDetails Package Description com.oracle.bmc.loadbalancer.model com.oracle.bmc.loadbalancer.requests -
-
Uses of UpdateNetworkSecurityGroupsDetails in com.oracle.bmc.loadbalancer.model
Methods in com.oracle.bmc.loadbalancer.model that return UpdateNetworkSecurityGroupsDetails Modifier and Type Method Description UpdateNetworkSecurityGroupsDetails
UpdateNetworkSecurityGroupsDetails.Builder. build()
Methods in com.oracle.bmc.loadbalancer.model with parameters of type UpdateNetworkSecurityGroupsDetails Modifier and Type Method Description UpdateNetworkSecurityGroupsDetails.Builder
UpdateNetworkSecurityGroupsDetails.Builder. copy(UpdateNetworkSecurityGroupsDetails model)
-
Uses of UpdateNetworkSecurityGroupsDetails in com.oracle.bmc.loadbalancer.requests
Methods in com.oracle.bmc.loadbalancer.requests that return UpdateNetworkSecurityGroupsDetails Modifier and Type Method Description UpdateNetworkSecurityGroupsDetails
UpdateNetworkSecurityGroupsRequest. getBody$()
Alternative accessor for the body parameter.UpdateNetworkSecurityGroupsDetails
UpdateNetworkSecurityGroupsRequest. getUpdateNetworkSecurityGroupsDetails()
The details for updating the NSGs associated with the specified load balancer.Methods in com.oracle.bmc.loadbalancer.requests with parameters of type UpdateNetworkSecurityGroupsDetails Modifier and Type Method Description UpdateNetworkSecurityGroupsRequest.Builder
UpdateNetworkSecurityGroupsRequest.Builder. body$(UpdateNetworkSecurityGroupsDetails body)
Alternative setter for the body parameter.UpdateNetworkSecurityGroupsRequest.Builder
UpdateNetworkSecurityGroupsRequest.Builder. updateNetworkSecurityGroupsDetails(UpdateNetworkSecurityGroupsDetails updateNetworkSecurityGroupsDetails)
The details for updating the NSGs associated with the specified load balancer.
-