Uses of Class
software.amazon.awssdk.services.s3control.model.VpcConfiguration
-
Packages that use VpcConfiguration Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of VpcConfiguration in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return VpcConfiguration Modifier and Type Method Description VpcConfigurationAccessPoint. vpcConfiguration()The virtual private cloud (VPC) configuration for this access point, if one exists.VpcConfigurationCreateAccessPointRequest. vpcConfiguration()If you include this field, Amazon S3 restricts access to this access point to requests from the specified virtual private cloud (VPC).VpcConfigurationGetAccessPointResponse. vpcConfiguration()Contains the virtual private cloud (VPC) configuration for the specified access point.Methods in software.amazon.awssdk.services.s3control.model with parameters of type VpcConfiguration Modifier and Type Method Description AccessPoint.BuilderAccessPoint.Builder. vpcConfiguration(VpcConfiguration vpcConfiguration)The virtual private cloud (VPC) configuration for this access point, if one exists.CreateAccessPointRequest.BuilderCreateAccessPointRequest.Builder. vpcConfiguration(VpcConfiguration vpcConfiguration)If you include this field, Amazon S3 restricts access to this access point to requests from the specified virtual private cloud (VPC).GetAccessPointResponse.BuilderGetAccessPointResponse.Builder. vpcConfiguration(VpcConfiguration vpcConfiguration)Contains the virtual private cloud (VPC) configuration for the specified access point.
-