| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
S3DataAccessAsset |
S3DataAccessAsset.clone() |
S3DataAccessAsset |
AssetDetails.getS3DataAccessAsset()
The Amazon S3 data access that is the asset.
|
S3DataAccessAsset |
S3DataAccessAsset.withBucket(String bucket)
The Amazon S3 bucket hosting data to be shared in the S3 data access.
|
S3DataAccessAsset |
S3DataAccessAsset.withKeyPrefixes(Collection<String> keyPrefixes)
The Amazon S3 bucket used for hosting shared data in the Amazon S3 data access.
|
S3DataAccessAsset |
S3DataAccessAsset.withKeyPrefixes(String... keyPrefixes)
The Amazon S3 bucket used for hosting shared data in the Amazon S3 data access.
|
S3DataAccessAsset |
S3DataAccessAsset.withKeys(Collection<String> keys)
S3 keys made available using this asset.
|
S3DataAccessAsset |
S3DataAccessAsset.withKeys(String... keys)
S3 keys made available using this asset.
|
S3DataAccessAsset |
S3DataAccessAsset.withKmsKeysToGrant(Collection<KmsKeyToGrant> kmsKeysToGrant)
List of AWS KMS CMKs (Key Management System Customer Managed Keys) and ARNs used to encrypt S3 objects being
shared in this S3 Data Access asset.
|
S3DataAccessAsset |
S3DataAccessAsset.withKmsKeysToGrant(KmsKeyToGrant... kmsKeysToGrant)
List of AWS KMS CMKs (Key Management System Customer Managed Keys) and ARNs used to encrypt S3 objects being
shared in this S3 Data Access asset.
|
S3DataAccessAsset |
S3DataAccessAsset.withS3AccessPointAlias(String s3AccessPointAlias)
The automatically-generated bucket-style alias for your Amazon S3 Access Point.
|
S3DataAccessAsset |
S3DataAccessAsset.withS3AccessPointArn(String s3AccessPointArn)
The ARN for your Amazon S3 Access Point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetDetails.setS3DataAccessAsset(S3DataAccessAsset s3DataAccessAsset)
The Amazon S3 data access that is the asset.
|
AssetDetails |
AssetDetails.withS3DataAccessAsset(S3DataAccessAsset s3DataAccessAsset)
The Amazon S3 data access that is the asset.
|
Copyright © 2023. All rights reserved.