| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicationDetails |
ReplicationDetails.clone() |
ReplicationDetails |
BucketMetadata.getReplicationDetails()
Specifies whether the bucket is configured to replicate one or more objects to buckets for other AWS accounts
and, if so, which accounts.
|
ReplicationDetails |
ReplicationDetails.withReplicated(Boolean replicated)
Specifies whether the bucket is configured to replicate one or more objects to any destination.
|
ReplicationDetails |
ReplicationDetails.withReplicatedExternally(Boolean replicatedExternally)
Specifies whether the bucket is configured to replicate one or more objects to an AWS account that isn't part of
the same Amazon Macie organization.
|
ReplicationDetails |
ReplicationDetails.withReplicationAccounts(Collection<String> replicationAccounts)
An array of AWS account IDs, one for each AWS account that the bucket is configured to replicate one or more
objects to.
|
ReplicationDetails |
ReplicationDetails.withReplicationAccounts(String... replicationAccounts)
An array of AWS account IDs, one for each AWS account that the bucket is configured to replicate one or more
objects to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BucketMetadata.setReplicationDetails(ReplicationDetails replicationDetails)
Specifies whether the bucket is configured to replicate one or more objects to buckets for other AWS accounts
and, if so, which accounts.
|
BucketMetadata |
BucketMetadata.withReplicationDetails(ReplicationDetails replicationDetails)
Specifies whether the bucket is configured to replicate one or more objects to buckets for other AWS accounts
and, if so, which accounts.
|
Copyright © 2021. All rights reserved.