| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsS3AccessPointDetails |
AwsS3AccessPointDetails.clone() |
AwsS3AccessPointDetails |
ResourceDetails.getAwsS3AccessPoint()
Provides details about an Amazon Simple Storage Service (Amazon S3) access point.
|
AwsS3AccessPointDetails |
AwsS3AccessPointDetails.withAccessPointArn(String accessPointArn)
The Amazon Resource Name (ARN) of the access point.
|
AwsS3AccessPointDetails |
AwsS3AccessPointDetails.withAlias(String alias)
The name or alias of the access point.
|
AwsS3AccessPointDetails |
AwsS3AccessPointDetails.withBucket(String bucket)
The name of the S3 bucket associated with the specified access point.
|
AwsS3AccessPointDetails |
AwsS3AccessPointDetails.withBucketAccountId(String bucketAccountId)
The Amazon Web Services account ID associated with the S3 bucket associated with this access point.
|
AwsS3AccessPointDetails |
AwsS3AccessPointDetails.withName(String name)
The name of the specified access point.
|
AwsS3AccessPointDetails |
AwsS3AccessPointDetails.withNetworkOrigin(String networkOrigin)
Indicates whether this access point allows access from the public internet.
|
AwsS3AccessPointDetails |
AwsS3AccessPointDetails.withPublicAccessBlockConfiguration(AwsS3AccountPublicAccessBlockDetails publicAccessBlockConfiguration) |
AwsS3AccessPointDetails |
AwsS3AccessPointDetails.withVpcConfiguration(AwsS3AccessPointVpcConfigurationDetails vpcConfiguration)
Contains the virtual private cloud (VPC) configuration for the specified access point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsS3AccessPoint(AwsS3AccessPointDetails awsS3AccessPoint)
Provides details about an Amazon Simple Storage Service (Amazon S3) access point.
|
ResourceDetails |
ResourceDetails.withAwsS3AccessPoint(AwsS3AccessPointDetails awsS3AccessPoint)
Provides details about an Amazon Simple Storage Service (Amazon S3) access point.
|
Copyright © 2024. All rights reserved.