Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.VpcConfiguration
-
Packages that use VpcConfiguration Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of VpcConfiguration in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return VpcConfiguration Modifier and Type Method Description VpcConfigurationNetworkOriginConfiguration. vpcConfiguration()Returns the value of the VpcConfiguration property for this object.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type VpcConfiguration Modifier and Type Method Description static NetworkOriginConfigurationNetworkOriginConfiguration. fromVpcConfiguration(VpcConfiguration vpcConfiguration)Create an instance of this class withNetworkOriginConfiguration.vpcConfiguration()initialized to the given value.NetworkOriginConfiguration.BuilderNetworkOriginConfiguration.Builder. vpcConfiguration(VpcConfiguration vpcConfiguration)Sets the value of the VpcConfiguration property for this object.
-