Uses of Class
software.amazon.awssdk.services.neptunegraph.model.Format
-
Packages that use Format Package Description software.amazon.awssdk.services.neptunegraph.model -
-
Uses of Format in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return Format Modifier and Type Method Description FormatCancelImportTaskResponse. format()Specifies the format of S3 data to be imported.FormatCreateGraphUsingImportTaskRequest. format()Specifies the format of S3 data to be imported.FormatCreateGraphUsingImportTaskResponse. format()Specifies the format of S3 data to be imported.FormatGetImportTaskResponse. format()Specifies the format of S3 data to be imported.FormatImportTaskSummary. format()Specifies the format of S3 data to be imported.FormatStartImportTaskRequest. format()Specifies the format of Amazon S3 data to be imported.FormatStartImportTaskResponse. format()Specifies the format of Amazon S3 data to be imported.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.neptunegraph.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.neptunegraph.model with parameters of type Format Modifier and Type Method Description CancelImportTaskResponse.BuilderCancelImportTaskResponse.Builder. format(Format format)Specifies the format of S3 data to be imported.CreateGraphUsingImportTaskRequest.BuilderCreateGraphUsingImportTaskRequest.Builder. format(Format format)Specifies the format of S3 data to be imported.CreateGraphUsingImportTaskResponse.BuilderCreateGraphUsingImportTaskResponse.Builder. format(Format format)Specifies the format of S3 data to be imported.GetImportTaskResponse.BuilderGetImportTaskResponse.Builder. format(Format format)Specifies the format of S3 data to be imported.ImportTaskSummary.BuilderImportTaskSummary.Builder. format(Format format)Specifies the format of S3 data to be imported.StartImportTaskRequest.BuilderStartImportTaskRequest.Builder. format(Format format)Specifies the format of Amazon S3 data to be imported.StartImportTaskResponse.BuilderStartImportTaskResponse.Builder. format(Format format)Specifies the format of Amazon S3 data to be imported.
-