Uses of Class
software.amazon.awssdk.services.transfer.model.S3Tag
-
Packages that use S3Tag Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of S3Tag in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type S3Tag Modifier and Type Method Description List<S3Tag>TagStepDetails. tags()Array that contains from 1 to 10 key/value pairs.Methods in software.amazon.awssdk.services.transfer.model with parameters of type S3Tag Modifier and Type Method Description TagStepDetails.BuilderTagStepDetails.Builder. tags(S3Tag... tags)Array that contains from 1 to 10 key/value pairs.Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type S3Tag Modifier and Type Method Description TagStepDetails.BuilderTagStepDetails.Builder. tags(Collection<S3Tag> tags)Array that contains from 1 to 10 key/value pairs.
-