| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfiguration |
VpcConfiguration.clone() |
VpcConfiguration |
CreateAccessPointRequest.getVpcConfiguration()
If you include this field, Amazon S3 restricts access to this access point to requests from the specified virtual
private cloud (VPC).
|
VpcConfiguration |
AccessPoint.getVpcConfiguration()
The virtual private cloud (VPC) configuration for this access point, if one exists.
|
VpcConfiguration |
GetAccessPointResult.getVpcConfiguration()
Contains the virtual private cloud (VPC) configuration for the specified access point.
|
VpcConfiguration |
VpcConfiguration.withVpcId(String vpcId)
If this field is specified, this access point will only allow connections from the specified VPC ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAccessPointRequest.setVpcConfiguration(VpcConfiguration vpcConfiguration)
If you include this field, Amazon S3 restricts access to this access point to requests from the specified virtual
private cloud (VPC).
|
void |
AccessPoint.setVpcConfiguration(VpcConfiguration vpcConfiguration)
The virtual private cloud (VPC) configuration for this access point, if one exists.
|
void |
GetAccessPointResult.setVpcConfiguration(VpcConfiguration vpcConfiguration)
Contains the virtual private cloud (VPC) configuration for the specified access point.
|
CreateAccessPointRequest |
CreateAccessPointRequest.withVpcConfiguration(VpcConfiguration vpcConfiguration)
If you include this field, Amazon S3 restricts access to this access point to requests from the specified virtual
private cloud (VPC).
|
AccessPoint |
AccessPoint.withVpcConfiguration(VpcConfiguration vpcConfiguration)
The virtual private cloud (VPC) configuration for this access point, if one exists.
|
GetAccessPointResult |
GetAccessPointResult.withVpcConfiguration(VpcConfiguration vpcConfiguration)
Contains the virtual private cloud (VPC) configuration for the specified access point.
|
Copyright © 2022. All rights reserved.