| Package | Description |
|---|---|
| com.amazonaws.services.mwaa.model |
| Modifier and Type | Method and Description |
|---|---|
static EndpointManagement |
EndpointManagement.fromValue(String value)
Use this in place of valueOf.
|
static EndpointManagement |
EndpointManagement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointManagement[] |
EndpointManagement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withEndpointManagement(EndpointManagement endpointManagement)
Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by
Amazon MWAA.
|
Environment |
Environment.withEndpointManagement(EndpointManagement endpointManagement)
Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by
Amazon MWAA.
|
Copyright © 2023. All rights reserved.