| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
S3DataAccessDetails |
S3DataAccessDetails.clone() |
S3DataAccessDetails |
S3DataAccessDetails.withKeyPrefixes(Collection<String> keyPrefixes)
A list of the key prefixes affected by this notification.
|
S3DataAccessDetails |
S3DataAccessDetails.withKeyPrefixes(String... keyPrefixes)
A list of the key prefixes affected by this notification.
|
S3DataAccessDetails |
S3DataAccessDetails.withKeys(Collection<String> keys)
A list of the keys affected by this notification.
|
S3DataAccessDetails |
S3DataAccessDetails.withKeys(String... keys)
A list of the keys affected by this notification.
|
| Modifier and Type | Method and Description |
|---|---|
List<S3DataAccessDetails> |
ScopeDetails.getS3DataAccesses()
Underlying S3 resources that will be affected by this notification.
|
| Modifier and Type | Method and Description |
|---|---|
ScopeDetails |
ScopeDetails.withS3DataAccesses(S3DataAccessDetails... s3DataAccesses)
Underlying S3 resources that will be affected by this notification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeDetails.setS3DataAccesses(Collection<S3DataAccessDetails> s3DataAccesses)
Underlying S3 resources that will be affected by this notification.
|
ScopeDetails |
ScopeDetails.withS3DataAccesses(Collection<S3DataAccessDetails> s3DataAccesses)
Underlying S3 resources that will be affected by this notification.
|
Copyright © 2025. All rights reserved.