| Package | Description |
|---|---|
| com.amazonaws.services.mwaa.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkConfiguration |
NetworkConfiguration.clone() |
NetworkConfiguration |
Environment.getNetworkConfiguration()
Describes the VPC networking components used to secure and enable network traffic between the Amazon Web Services
resources for your environment.
|
NetworkConfiguration |
CreateEnvironmentRequest.getNetworkConfiguration()
The VPC networking components used to secure and enable network traffic between the Amazon Web Services resources
for your environment.
|
NetworkConfiguration |
NetworkConfiguration.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs.
|
NetworkConfiguration |
NetworkConfiguration.withSecurityGroupIds(String... securityGroupIds)
A list of security group IDs.
|
NetworkConfiguration |
NetworkConfiguration.withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs.
|
NetworkConfiguration |
NetworkConfiguration.withSubnetIds(String... subnetIds)
A list of subnet IDs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Environment.setNetworkConfiguration(NetworkConfiguration networkConfiguration)
Describes the VPC networking components used to secure and enable network traffic between the Amazon Web Services
resources for your environment.
|
void |
CreateEnvironmentRequest.setNetworkConfiguration(NetworkConfiguration networkConfiguration)
The VPC networking components used to secure and enable network traffic between the Amazon Web Services resources
for your environment.
|
Environment |
Environment.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Describes the VPC networking components used to secure and enable network traffic between the Amazon Web Services
resources for your environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
The VPC networking components used to secure and enable network traffic between the Amazon Web Services resources
for your environment.
|
Copyright © 2024. All rights reserved.