Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.ExportDataFormat
-
Packages that use ExportDataFormat Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of ExportDataFormat in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return ExportDataFormat Modifier and Type Method Description static ExportDataFormatExportDataFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExportDataFormatExportDataFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ExportDataFormat[]ExportDataFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type ExportDataFormat Modifier and Type Method Description List<ExportDataFormat>StartExportTaskRequest. exportDataFormat()The file format for the returned export data.static Set<ExportDataFormat>ExportDataFormat. knownValues()Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type ExportDataFormat Modifier and Type Method Description StartExportTaskRequest.BuilderStartExportTaskRequest.Builder. exportDataFormat(ExportDataFormat... exportDataFormat)The file format for the returned export data.Method parameters in software.amazon.awssdk.services.applicationdiscovery.model with type arguments of type ExportDataFormat Modifier and Type Method Description StartExportTaskRequest.BuilderStartExportTaskRequest.Builder. exportDataFormat(Collection<ExportDataFormat> exportDataFormat)The file format for the returned export data.
-