Uses of Interface
software.amazon.awssdk.services.workspacesweb.model.ListIpAccessSettingsResponse.Builder
-
Packages that use ListIpAccessSettingsResponse.Builder Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of ListIpAccessSettingsResponse.Builder in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return ListIpAccessSettingsResponse.Builder Modifier and Type Method Description static ListIpAccessSettingsResponse.BuilderListIpAccessSettingsResponse. builder()ListIpAccessSettingsResponse.BuilderListIpAccessSettingsResponse.Builder. ipAccessSettings(Collection<IpAccessSettingsSummary> ipAccessSettings)The IP access settings.ListIpAccessSettingsResponse.BuilderListIpAccessSettingsResponse.Builder. ipAccessSettings(Consumer<IpAccessSettingsSummary.Builder>... ipAccessSettings)The IP access settings.ListIpAccessSettingsResponse.BuilderListIpAccessSettingsResponse.Builder. ipAccessSettings(IpAccessSettingsSummary... ipAccessSettings)The IP access settings.ListIpAccessSettingsResponse.BuilderListIpAccessSettingsResponse.Builder. nextToken(String nextToken)The pagination token used to retrieve the next page of results for this operation.ListIpAccessSettingsResponse.BuilderListIpAccessSettingsResponse. toBuilder()Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type ListIpAccessSettingsResponse.Builder Modifier and Type Method Description static Class<? extends ListIpAccessSettingsResponse.Builder>ListIpAccessSettingsResponse. serializableBuilderClass()
-