| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
S3Tag |
S3Tag.clone() |
S3Tag |
S3Tag.withKey(String key)
The name assigned to the tag that you create.
|
S3Tag |
S3Tag.withValue(String value)
The value that corresponds to the key.
|
| Modifier and Type | Method and Description |
|---|---|
List<S3Tag> |
TagStepDetails.getTags()
Array that contains from 1 to 10 key/value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
TagStepDetails |
TagStepDetails.withTags(S3Tag... tags)
Array that contains from 1 to 10 key/value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagStepDetails.setTags(Collection<S3Tag> tags)
Array that contains from 1 to 10 key/value pairs.
|
TagStepDetails |
TagStepDetails.withTags(Collection<S3Tag> tags)
Array that contains from 1 to 10 key/value pairs.
|
Copyright © 2022. All rights reserved.