| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
SnapshotCopyConfiguration |
SnapshotCopyConfiguration.clone() |
SnapshotCopyConfiguration |
DeleteSnapshotCopyConfigurationResult.getSnapshotCopyConfiguration()
The deleted snapshot copy configuration object.
|
SnapshotCopyConfiguration |
CreateSnapshotCopyConfigurationResult.getSnapshotCopyConfiguration()
The snapshot copy configuration object that is returned.
|
SnapshotCopyConfiguration |
UpdateSnapshotCopyConfigurationResult.getSnapshotCopyConfiguration()
The updated snapshot copy configuration object.
|
SnapshotCopyConfiguration |
SnapshotCopyConfiguration.withDestinationKmsKeyId(String destinationKmsKeyId)
The ID of the KMS key to use to encrypt your snapshots in the destination Amazon Web Services Region.
|
SnapshotCopyConfiguration |
SnapshotCopyConfiguration.withDestinationRegion(String destinationRegion)
The destination Amazon Web Services Region to copy snapshots to.
|
SnapshotCopyConfiguration |
SnapshotCopyConfiguration.withNamespaceName(String namespaceName)
The name of the namespace to copy snapshots from in the source Amazon Web Services Region.
|
SnapshotCopyConfiguration |
SnapshotCopyConfiguration.withSnapshotCopyConfigurationArn(String snapshotCopyConfigurationArn)
The ARN of the snapshot copy configuration object.
|
SnapshotCopyConfiguration |
SnapshotCopyConfiguration.withSnapshotCopyConfigurationId(String snapshotCopyConfigurationId)
The ID of the snapshot copy configuration object.
|
SnapshotCopyConfiguration |
SnapshotCopyConfiguration.withSnapshotRetentionPeriod(Integer snapshotRetentionPeriod)
The retention period of snapshots that are copied to the destination Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
List<SnapshotCopyConfiguration> |
ListSnapshotCopyConfigurationsResult.getSnapshotCopyConfigurations()
All of the returned snapshot copy configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteSnapshotCopyConfigurationResult.setSnapshotCopyConfiguration(SnapshotCopyConfiguration snapshotCopyConfiguration)
The deleted snapshot copy configuration object.
|
void |
CreateSnapshotCopyConfigurationResult.setSnapshotCopyConfiguration(SnapshotCopyConfiguration snapshotCopyConfiguration)
The snapshot copy configuration object that is returned.
|
void |
UpdateSnapshotCopyConfigurationResult.setSnapshotCopyConfiguration(SnapshotCopyConfiguration snapshotCopyConfiguration)
The updated snapshot copy configuration object.
|
DeleteSnapshotCopyConfigurationResult |
DeleteSnapshotCopyConfigurationResult.withSnapshotCopyConfiguration(SnapshotCopyConfiguration snapshotCopyConfiguration)
The deleted snapshot copy configuration object.
|
CreateSnapshotCopyConfigurationResult |
CreateSnapshotCopyConfigurationResult.withSnapshotCopyConfiguration(SnapshotCopyConfiguration snapshotCopyConfiguration)
The snapshot copy configuration object that is returned.
|
UpdateSnapshotCopyConfigurationResult |
UpdateSnapshotCopyConfigurationResult.withSnapshotCopyConfiguration(SnapshotCopyConfiguration snapshotCopyConfiguration)
The updated snapshot copy configuration object.
|
ListSnapshotCopyConfigurationsResult |
ListSnapshotCopyConfigurationsResult.withSnapshotCopyConfigurations(SnapshotCopyConfiguration... snapshotCopyConfigurations)
All of the returned snapshot copy configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSnapshotCopyConfigurationsResult.setSnapshotCopyConfigurations(Collection<SnapshotCopyConfiguration> snapshotCopyConfigurations)
All of the returned snapshot copy configurations.
|
ListSnapshotCopyConfigurationsResult |
ListSnapshotCopyConfigurationsResult.withSnapshotCopyConfigurations(Collection<SnapshotCopyConfiguration> snapshotCopyConfigurations)
All of the returned snapshot copy configurations.
|
Copyright © 2024. All rights reserved.