Uses of Class
software.amazon.awssdk.services.m2.model.ExternalLocation
-
Packages that use ExternalLocation Package Description software.amazon.awssdk.services.m2.model -
-
Uses of ExternalLocation in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return ExternalLocation Modifier and Type Method Description ExternalLocationDataSetImportItem. externalLocation()The location of the data set.static ExternalLocationExternalLocation. fromS3Location(String s3Location)Create an instance of this class withs3Location()initialized to the given value.Methods in software.amazon.awssdk.services.m2.model with parameters of type ExternalLocation Modifier and Type Method Description DataSetImportItem.BuilderDataSetImportItem.Builder. externalLocation(ExternalLocation externalLocation)The location of the data set.
-