| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.clone() |
Configuration |
Configuration.withEbsSnapshot(EbsSnapshotConfiguration ebsSnapshot)
The access control configuration is for an Amazon EBS volume snapshot.
|
Configuration |
Configuration.withEcrRepository(EcrRepositoryConfiguration ecrRepository)
The access control configuration is for an Amazon ECR repository.
|
Configuration |
Configuration.withEfsFileSystem(EfsFileSystemConfiguration efsFileSystem)
The access control configuration is for an Amazon EFS file system.
|
Configuration |
Configuration.withIamRole(IamRoleConfiguration iamRole)
The access control configuration is for an IAM role.
|
Configuration |
Configuration.withKmsKey(KmsKeyConfiguration kmsKey)
The access control configuration is for a KMS key.
|
Configuration |
Configuration.withRdsDbClusterSnapshot(RdsDbClusterSnapshotConfiguration rdsDbClusterSnapshot)
The access control configuration is for an Amazon RDS DB cluster snapshot.
|
Configuration |
Configuration.withRdsDbSnapshot(RdsDbSnapshotConfiguration rdsDbSnapshot)
The access control configuration is for an Amazon RDS DB snapshot.
|
Configuration |
Configuration.withS3Bucket(S3BucketConfiguration s3Bucket)
The access control configuration is for an Amazon S3 bucket.
|
Configuration |
Configuration.withS3ExpressDirectoryBucket(S3ExpressDirectoryBucketConfiguration s3ExpressDirectoryBucket)
The access control configuration is for an Amazon S3 directory bucket.
|
Configuration |
Configuration.withSecretsManagerSecret(SecretsManagerSecretConfiguration secretsManagerSecret)
The access control configuration is for a Secrets Manager secret.
|
Configuration |
Configuration.withSnsTopic(SnsTopicConfiguration snsTopic)
The access control configuration is for an Amazon SNS topic
|
Configuration |
Configuration.withSqsQueue(SqsQueueConfiguration sqsQueue)
The access control configuration is for an Amazon SQS queue.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Configuration> |
AccessPreview.getConfigurations()
A map of resource ARNs for the proposed resource configuration.
|
Map<String,Configuration> |
CreateAccessPreviewRequest.getConfigurations()
Access control configuration for your resource that is used to generate the access preview.
|
| Modifier and Type | Method and Description |
|---|---|
AccessPreview |
AccessPreview.addConfigurationsEntry(String key,
Configuration value)
Add a single Configurations entry
|
CreateAccessPreviewRequest |
CreateAccessPreviewRequest.addConfigurationsEntry(String key,
Configuration value)
Add a single Configurations entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccessPreview.setConfigurations(Map<String,Configuration> configurations)
A map of resource ARNs for the proposed resource configuration.
|
void |
CreateAccessPreviewRequest.setConfigurations(Map<String,Configuration> configurations)
Access control configuration for your resource that is used to generate the access preview.
|
AccessPreview |
AccessPreview.withConfigurations(Map<String,Configuration> configurations)
A map of resource ARNs for the proposed resource configuration.
|
CreateAccessPreviewRequest |
CreateAccessPreviewRequest.withConfigurations(Map<String,Configuration> configurations)
Access control configuration for your resource that is used to generate the access preview.
|
Copyright © 2024. All rights reserved.