Uses of Interface
software.amazon.awssdk.services.workspacesweb.model.IpRule.Builder
-
Packages that use IpRule.Builder Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of IpRule.Builder in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return IpRule.Builder Modifier and Type Method Description static IpRule.BuilderIpRule. builder()IpRule.BuilderIpRule.Builder. description(String description)The description of the IP rule.IpRule.BuilderIpRule.Builder. ipRange(String ipRange)The IP range of the IP rule.IpRule.BuilderIpRule. toBuilder()Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type IpRule.Builder Modifier and Type Method Description static Class<? extends IpRule.Builder>IpRule. serializableBuilderClass()
-