Uses of Interface
software.amazon.awssdk.services.guardduty.model.Country.Builder
-
Packages that use Country.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of Country.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return Country.Builder Modifier and Type Method Description static Country.BuilderCountry. builder()Country.BuilderCountry.Builder. countryCode(String countryCode)The country code of the remote IP address.Country.BuilderCountry.Builder. countryName(String countryName)The country name of the remote IP address.Country.BuilderCountry. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type Country.Builder Modifier and Type Method Description static Class<? extends Country.Builder>Country. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type Country.Builder Modifier and Type Method Description default RemoteIpDetails.BuilderRemoteIpDetails.Builder. country(Consumer<Country.Builder> country)The country code of the remote IP address.
-