| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
AccessPoint |
AccessPoint.clone() |
AccessPoint |
AccessPoint.withAccessPointArn(String accessPointArn)
The ARN for the access point.
|
AccessPoint |
AccessPoint.withAlias(String alias)
The name or alias of the access point.
|
AccessPoint |
AccessPoint.withBucket(String bucket)
The name of the bucket associated with this access point.
|
AccessPoint |
AccessPoint.withBucketAccountId(String bucketAccountId)
The Amazon Web Services account ID associated with the S3 bucket associated with this access point.
|
AccessPoint |
AccessPoint.withName(String name)
The name of this access point.
|
AccessPoint |
AccessPoint.withNetworkOrigin(NetworkOrigin networkOrigin)
Indicates whether this access point allows access from the public internet.
|
AccessPoint |
AccessPoint.withNetworkOrigin(String networkOrigin)
Indicates whether this access point allows access from the public internet.
|
AccessPoint |
AccessPoint.withVpcConfiguration(VpcConfiguration vpcConfiguration)
The virtual private cloud (VPC) configuration for this access point, if one exists.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccessPoint> |
ListAccessPointsResult.getAccessPointList()
Contains identification and configuration information for one or more access points associated with the specified
bucket.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccessPointsResult |
ListAccessPointsResult.withAccessPointList(AccessPoint... accessPointList)
Contains identification and configuration information for one or more access points associated with the specified
bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccessPointsResult.setAccessPointList(Collection<AccessPoint> accessPointList)
Contains identification and configuration information for one or more access points associated with the specified
bucket.
|
ListAccessPointsResult |
ListAccessPointsResult.withAccessPointList(Collection<AccessPoint> accessPointList)
Contains identification and configuration information for one or more access points associated with the specified
bucket.
|
Copyright © 2022. All rights reserved.