Uses of Class
software.amazon.awssdk.services.mwaa.model.NetworkConfiguration
-
Packages that use NetworkConfiguration Package Description software.amazon.awssdk.services.mwaa.model -
-
Uses of NetworkConfiguration in software.amazon.awssdk.services.mwaa.model
Methods in software.amazon.awssdk.services.mwaa.model that return NetworkConfiguration Modifier and Type Method Description NetworkConfigurationCreateEnvironmentRequest. networkConfiguration()The VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment.NetworkConfigurationEnvironment. networkConfiguration()Describes the VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment.Methods in software.amazon.awssdk.services.mwaa.model with parameters of type NetworkConfiguration Modifier and Type Method Description CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. networkConfiguration(NetworkConfiguration networkConfiguration)The VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment.Environment.BuilderEnvironment.Builder. networkConfiguration(NetworkConfiguration networkConfiguration)Describes the VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment.
-