| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationDetails.Builder |
ReplicationDetails.builder() |
ReplicationDetails.Builder |
ReplicationDetails.Builder.replicated(Boolean replicated)
Specifies whether the bucket is configured to replicate one or more objects to any destination.
|
ReplicationDetails.Builder |
ReplicationDetails.Builder.replicatedExternally(Boolean replicatedExternally)
Specifies whether the bucket is configured to replicate one or more objects to a bucket for an Amazon Web
Services account that isn't part of your Amazon Macie organization.
|
ReplicationDetails.Builder |
ReplicationDetails.Builder.replicationAccounts(Collection<String> replicationAccounts)
An array of Amazon Web Services account IDs, one for each Amazon Web Services account that owns a bucket that
the bucket is configured to replicate one or more objects to.
|
ReplicationDetails.Builder |
ReplicationDetails.Builder.replicationAccounts(String... replicationAccounts)
An array of Amazon Web Services account IDs, one for each Amazon Web Services account that owns a bucket that
the bucket is configured to replicate one or more objects to.
|
ReplicationDetails.Builder |
ReplicationDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReplicationDetails.Builder> |
ReplicationDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BucketMetadata.Builder |
BucketMetadata.Builder.replicationDetails(Consumer<ReplicationDetails.Builder> replicationDetails)
Specifies whether the bucket is configured to replicate one or more objects to buckets for other Amazon Web
Services accounts and, if so, which accounts.
|
Copyright © 2023. All rights reserved.