Uses of Class
software.amazon.awssdk.services.guardduty.model.IpSetFormat
-
Packages that use IpSetFormat Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of IpSetFormat in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return IpSetFormat Modifier and Type Method Description IpSetFormatCreateIpSetRequest. format()The format of the file that contains the IPSet.IpSetFormatGetIpSetResponse. format()The format of the file that contains the IPSet.static IpSetFormatIpSetFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static IpSetFormatIpSetFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static IpSetFormat[]IpSetFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type IpSetFormat Modifier and Type Method Description static Set<IpSetFormat>IpSetFormat. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type IpSetFormat Modifier and Type Method Description CreateIpSetRequest.BuilderCreateIpSetRequest.Builder. format(IpSetFormat format)The format of the file that contains the IPSet.GetIpSetResponse.BuilderGetIpSetResponse.Builder. format(IpSetFormat format)The format of the file that contains the IPSet.
-