Uses of Interface
software.amazon.awssdk.services.macie2.model.IpCountry.Builder
-
Packages that use IpCountry.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of IpCountry.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return IpCountry.Builder Modifier and Type Method Description static IpCountry.BuilderIpCountry. builder()IpCountry.BuilderIpCountry.Builder. code(String code)The two-character code, in ISO 3166-1 alpha-2 format, for the country that the IP address originated from.IpCountry.BuilderIpCountry.Builder. name(String name)The name of the country that the IP address originated from.IpCountry.BuilderIpCountry. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type IpCountry.Builder Modifier and Type Method Description static Class<? extends IpCountry.Builder>IpCountry. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type IpCountry.Builder Modifier and Type Method Description default IpAddressDetails.BuilderIpAddressDetails.Builder. ipCountry(Consumer<IpCountry.Builder> ipCountry)The country that the IP address originated from.
-