Uses of Class
software.amazon.awssdk.services.pinpoint.model.Format
-
Packages that use Format Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of Format in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return Format Modifier and Type Method Description FormatImportJobRequest. format()The format of the files that contain the endpoint definitions to import.FormatImportJobResource. format()The format of the files that contain the endpoint definitions to import.FormatSegmentImportResource. format()The format of the files that were imported to create the segment.static FormatFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FormatFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static Format[]Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type Format Modifier and Type Method Description static Set<Format>Format. knownValues()Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type Format Modifier and Type Method Description ImportJobRequest.BuilderImportJobRequest.Builder. format(Format format)The format of the files that contain the endpoint definitions to import.ImportJobResource.BuilderImportJobResource.Builder. format(Format format)The format of the files that contain the endpoint definitions to import.SegmentImportResource.BuilderSegmentImportResource.Builder. format(Format format)The format of the files that were imported to create the segment.
-