| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
static Configuration |
Configuration.fromEbsSnapshot(Consumer<EbsSnapshotConfiguration.Builder> ebsSnapshot)
Create an instance of this class with
ebsSnapshot() initialized to the given value. |
static Configuration |
Configuration.fromEbsSnapshot(EbsSnapshotConfiguration ebsSnapshot)
Create an instance of this class with
ebsSnapshot() initialized to the given value. |
static Configuration |
Configuration.fromEcrRepository(Consumer<EcrRepositoryConfiguration.Builder> ecrRepository)
Create an instance of this class with
ecrRepository() initialized to the given value. |
static Configuration |
Configuration.fromEcrRepository(EcrRepositoryConfiguration ecrRepository)
Create an instance of this class with
ecrRepository() initialized to the given value. |
static Configuration |
Configuration.fromEfsFileSystem(Consumer<EfsFileSystemConfiguration.Builder> efsFileSystem)
Create an instance of this class with
efsFileSystem() initialized to the given value. |
static Configuration |
Configuration.fromEfsFileSystem(EfsFileSystemConfiguration efsFileSystem)
Create an instance of this class with
efsFileSystem() initialized to the given value. |
static Configuration |
Configuration.fromIamRole(Consumer<IamRoleConfiguration.Builder> iamRole)
Create an instance of this class with
iamRole() initialized to the given value. |
static Configuration |
Configuration.fromIamRole(IamRoleConfiguration iamRole)
Create an instance of this class with
iamRole() initialized to the given value. |
static Configuration |
Configuration.fromKmsKey(Consumer<KmsKeyConfiguration.Builder> kmsKey)
Create an instance of this class with
kmsKey() initialized to the given value. |
static Configuration |
Configuration.fromKmsKey(KmsKeyConfiguration kmsKey)
Create an instance of this class with
kmsKey() initialized to the given value. |
static Configuration |
Configuration.fromRdsDbClusterSnapshot(Consumer<RdsDbClusterSnapshotConfiguration.Builder> rdsDbClusterSnapshot)
Create an instance of this class with
rdsDbClusterSnapshot() initialized to the given value. |
static Configuration |
Configuration.fromRdsDbClusterSnapshot(RdsDbClusterSnapshotConfiguration rdsDbClusterSnapshot)
Create an instance of this class with
rdsDbClusterSnapshot() initialized to the given value. |
static Configuration |
Configuration.fromRdsDbSnapshot(Consumer<RdsDbSnapshotConfiguration.Builder> rdsDbSnapshot)
Create an instance of this class with
rdsDbSnapshot() initialized to the given value. |
static Configuration |
Configuration.fromRdsDbSnapshot(RdsDbSnapshotConfiguration rdsDbSnapshot)
Create an instance of this class with
rdsDbSnapshot() initialized to the given value. |
static Configuration |
Configuration.fromS3Bucket(Consumer<S3BucketConfiguration.Builder> s3Bucket)
Create an instance of this class with
s3Bucket() initialized to the given value. |
static Configuration |
Configuration.fromS3Bucket(S3BucketConfiguration s3Bucket)
Create an instance of this class with
s3Bucket() initialized to the given value. |
static Configuration |
Configuration.fromSecretsManagerSecret(Consumer<SecretsManagerSecretConfiguration.Builder> secretsManagerSecret)
Create an instance of this class with
secretsManagerSecret() initialized to the given value. |
static Configuration |
Configuration.fromSecretsManagerSecret(SecretsManagerSecretConfiguration secretsManagerSecret)
Create an instance of this class with
secretsManagerSecret() initialized to the given value. |
static Configuration |
Configuration.fromSnsTopic(Consumer<SnsTopicConfiguration.Builder> snsTopic)
Create an instance of this class with
snsTopic() initialized to the given value. |
static Configuration |
Configuration.fromSnsTopic(SnsTopicConfiguration snsTopic)
Create an instance of this class with
snsTopic() initialized to the given value. |
static Configuration |
Configuration.fromSqsQueue(Consumer<SqsQueueConfiguration.Builder> sqsQueue)
Create an instance of this class with
sqsQueue() initialized to the given value. |
static Configuration |
Configuration.fromSqsQueue(SqsQueueConfiguration sqsQueue)
Create an instance of this class with
sqsQueue() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Configuration> |
CreateAccessPreviewRequest.configurations()
Access control configuration for your resource that is used to generate the access preview.
|
Map<String,Configuration> |
AccessPreview.configurations()
A map of resource ARNs for the proposed resource configuration.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAccessPreviewRequest.Builder |
CreateAccessPreviewRequest.Builder.configurations(Map<String,Configuration> configurations)
Access control configuration for your resource that is used to generate the access preview.
|
AccessPreview.Builder |
AccessPreview.Builder.configurations(Map<String,Configuration> configurations)
A map of resource ARNs for the proposed resource configuration.
|
Copyright © 2023. All rights reserved.