Uses of Class
software.amazon.awssdk.services.workspacesweb.model.IpRule
-
Packages that use IpRule Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of IpRule in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type IpRule Modifier and Type Method Description List<IpRule>CreateIpAccessSettingsRequest. ipRules()The IP rules of the IP access settings.List<IpRule>IpAccessSettings. ipRules()The IP rules of the IP access settings.List<IpRule>UpdateIpAccessSettingsRequest. ipRules()The updated IP rules of the IP access settings.Methods in software.amazon.awssdk.services.workspacesweb.model with parameters of type IpRule Modifier and Type Method Description CreateIpAccessSettingsRequest.BuilderCreateIpAccessSettingsRequest.Builder. ipRules(IpRule... ipRules)The IP rules of the IP access settings.IpAccessSettings.BuilderIpAccessSettings.Builder. ipRules(IpRule... ipRules)The IP rules of the IP access settings.UpdateIpAccessSettingsRequest.BuilderUpdateIpAccessSettingsRequest.Builder. ipRules(IpRule... ipRules)The updated IP rules of the IP access settings.Method parameters in software.amazon.awssdk.services.workspacesweb.model with type arguments of type IpRule Modifier and Type Method Description CreateIpAccessSettingsRequest.BuilderCreateIpAccessSettingsRequest.Builder. ipRules(Collection<IpRule> ipRules)The IP rules of the IP access settings.IpAccessSettings.BuilderIpAccessSettings.Builder. ipRules(Collection<IpRule> ipRules)The IP rules of the IP access settings.UpdateIpAccessSettingsRequest.BuilderUpdateIpAccessSettingsRequest.Builder. ipRules(Collection<IpRule> ipRules)The updated IP rules of the IP access settings.
-