Uses of Class
software.amazon.awssdk.services.snowball.model.TargetOnDeviceService
-
Packages that use TargetOnDeviceService Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of TargetOnDeviceService in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type TargetOnDeviceService Modifier and Type Method Description List<TargetOnDeviceService>S3Resource. targetOnDeviceServices()Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into.Methods in software.amazon.awssdk.services.snowball.model with parameters of type TargetOnDeviceService Modifier and Type Method Description S3Resource.BuilderS3Resource.Builder. targetOnDeviceServices(TargetOnDeviceService... targetOnDeviceServices)Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into.Method parameters in software.amazon.awssdk.services.snowball.model with type arguments of type TargetOnDeviceService Modifier and Type Method Description S3Resource.BuilderS3Resource.Builder. targetOnDeviceServices(Collection<TargetOnDeviceService> targetOnDeviceServices)Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into.
-