Uses of Class
software.amazon.awssdk.services.workspacesweb.model.NetworkSettingsSummary
-
Packages that use NetworkSettingsSummary Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of NetworkSettingsSummary in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type NetworkSettingsSummary Modifier and Type Method Description List<NetworkSettingsSummary>ListNetworkSettingsResponse. networkSettings()The network settings.Methods in software.amazon.awssdk.services.workspacesweb.model with parameters of type NetworkSettingsSummary Modifier and Type Method Description ListNetworkSettingsResponse.BuilderListNetworkSettingsResponse.Builder. networkSettings(NetworkSettingsSummary... networkSettings)The network settings.Method parameters in software.amazon.awssdk.services.workspacesweb.model with type arguments of type NetworkSettingsSummary Modifier and Type Method Description ListNetworkSettingsResponse.BuilderListNetworkSettingsResponse.Builder. networkSettings(Collection<NetworkSettingsSummary> networkSettings)The network settings.
-