Uses of Class
software.amazon.awssdk.services.workspacesweb.model.IpAccessSettingsSummary
-
Packages that use IpAccessSettingsSummary Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of IpAccessSettingsSummary in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type IpAccessSettingsSummary Modifier and Type Method Description List<IpAccessSettingsSummary>ListIpAccessSettingsResponse. ipAccessSettings()The IP access settings.Methods in software.amazon.awssdk.services.workspacesweb.model with parameters of type IpAccessSettingsSummary Modifier and Type Method Description ListIpAccessSettingsResponse.BuilderListIpAccessSettingsResponse.Builder. ipAccessSettings(IpAccessSettingsSummary... ipAccessSettings)The IP access settings.Method parameters in software.amazon.awssdk.services.workspacesweb.model with type arguments of type IpAccessSettingsSummary Modifier and Type Method Description ListIpAccessSettingsResponse.BuilderListIpAccessSettingsResponse.Builder. ipAccessSettings(Collection<IpAccessSettingsSummary> ipAccessSettings)The IP access settings.
-