Uses of Interface
software.amazon.awscdk.services.s3express.CfnAccessPoint.VpcConfigurationProperty
Packages that use CfnAccessPoint.VpcConfigurationProperty
-
Uses of CfnAccessPoint.VpcConfigurationProperty in software.amazon.awscdk.services.s3express
Classes in software.amazon.awscdk.services.s3express that implement CfnAccessPoint.VpcConfigurationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnAccessPoint.VpcConfigurationPropertyMethods in software.amazon.awscdk.services.s3express that return CfnAccessPoint.VpcConfigurationPropertyModifier and TypeMethodDescriptionCfnAccessPoint.VpcConfigurationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.s3express with parameters of type CfnAccessPoint.VpcConfigurationPropertyModifier and TypeMethodDescriptionvoidCfnAccessPoint.setVpcConfiguration(CfnAccessPoint.VpcConfigurationProperty value) If you include this field, Amazon S3 restricts access to this access point to requests from the specified virtual private cloud (VPC).CfnAccessPoint.Builder.vpcConfiguration(CfnAccessPoint.VpcConfigurationProperty vpcConfiguration) If you include this field, Amazon S3 restricts access to this access point to requests from the specified virtual private cloud (VPC).CfnAccessPointProps.Builder.vpcConfiguration(CfnAccessPoint.VpcConfigurationProperty vpcConfiguration) Sets the value ofCfnAccessPointProps.getVpcConfiguration()