Uses of Interface
software.amazon.awssdk.services.workspacesweb.model.UpdateIpAccessSettingsRequest.Builder
-
Packages that use UpdateIpAccessSettingsRequest.Builder Package Description software.amazon.awssdk.services.workspacesweb Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads.software.amazon.awssdk.services.workspacesweb.model -
-
Uses of UpdateIpAccessSettingsRequest.Builder in software.amazon.awssdk.services.workspacesweb
Method parameters in software.amazon.awssdk.services.workspacesweb with type arguments of type UpdateIpAccessSettingsRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateIpAccessSettingsResponse>WorkSpacesWebAsyncClient. updateIpAccessSettings(Consumer<UpdateIpAccessSettingsRequest.Builder> updateIpAccessSettingsRequest)Updates IP access settings.default UpdateIpAccessSettingsResponseWorkSpacesWebClient. updateIpAccessSettings(Consumer<UpdateIpAccessSettingsRequest.Builder> updateIpAccessSettingsRequest)Updates IP access settings. -
Uses of UpdateIpAccessSettingsRequest.Builder in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return UpdateIpAccessSettingsRequest.Builder Modifier and Type Method Description static UpdateIpAccessSettingsRequest.BuilderUpdateIpAccessSettingsRequest. builder()UpdateIpAccessSettingsRequest.BuilderUpdateIpAccessSettingsRequest.Builder. clientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.UpdateIpAccessSettingsRequest.BuilderUpdateIpAccessSettingsRequest.Builder. description(String description)The description of the IP access settings.UpdateIpAccessSettingsRequest.BuilderUpdateIpAccessSettingsRequest.Builder. displayName(String displayName)The display name of the IP access settings.UpdateIpAccessSettingsRequest.BuilderUpdateIpAccessSettingsRequest.Builder. ipAccessSettingsArn(String ipAccessSettingsArn)The ARN of the IP access settings.UpdateIpAccessSettingsRequest.BuilderUpdateIpAccessSettingsRequest.Builder. ipRules(Collection<IpRule> ipRules)The updated IP rules of the IP access settings.UpdateIpAccessSettingsRequest.BuilderUpdateIpAccessSettingsRequest.Builder. ipRules(Consumer<IpRule.Builder>... ipRules)The updated IP rules of the IP access settings.UpdateIpAccessSettingsRequest.BuilderUpdateIpAccessSettingsRequest.Builder. ipRules(IpRule... ipRules)The updated IP rules of the IP access settings.UpdateIpAccessSettingsRequest.BuilderUpdateIpAccessSettingsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateIpAccessSettingsRequest.BuilderUpdateIpAccessSettingsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateIpAccessSettingsRequest.BuilderUpdateIpAccessSettingsRequest. toBuilder()Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type UpdateIpAccessSettingsRequest.Builder Modifier and Type Method Description static Class<? extends UpdateIpAccessSettingsRequest.Builder>UpdateIpAccessSettingsRequest. serializableBuilderClass()
-