| Package | Description |
|---|---|
| com.amazonaws.services.mwaa.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateNetworkConfigurationInput |
UpdateNetworkConfigurationInput.clone() |
UpdateNetworkConfigurationInput |
UpdateEnvironmentRequest.getNetworkConfiguration()
The Network Configuration to update of your Amazon MWAA environment.
|
UpdateNetworkConfigurationInput |
UpdateNetworkConfigurationInput.withSecurityGroupIds(Collection<String> securityGroupIds)
Provide a JSON list of 1 or more security groups IDs by name, in the same VPC as the subnets.
|
UpdateNetworkConfigurationInput |
UpdateNetworkConfigurationInput.withSecurityGroupIds(String... securityGroupIds)
Provide a JSON list of 1 or more security groups IDs by name, in the same VPC as the subnets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEnvironmentRequest.setNetworkConfiguration(UpdateNetworkConfigurationInput networkConfiguration)
The Network Configuration to update of your Amazon MWAA environment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withNetworkConfiguration(UpdateNetworkConfigurationInput networkConfiguration)
The Network Configuration to update of your Amazon MWAA environment.
|
Copyright © 2021. All rights reserved.