Uses of Class
software.amazon.awssdk.services.mwaa.model.EndpointManagement
-
Packages that use EndpointManagement Package Description software.amazon.awssdk.services.mwaa.model -
-
Uses of EndpointManagement in software.amazon.awssdk.services.mwaa.model
Methods in software.amazon.awssdk.services.mwaa.model that return EndpointManagement Modifier and Type Method Description EndpointManagementCreateEnvironmentRequest. endpointManagement()Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by Amazon MWAA.EndpointManagementEnvironment. endpointManagement()Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by Amazon MWAA.static EndpointManagementEndpointManagement. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EndpointManagementEndpointManagement. 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.Methods in software.amazon.awssdk.services.mwaa.model that return types with arguments of type EndpointManagement Modifier and Type Method Description static Set<EndpointManagement>EndpointManagement. knownValues()Methods in software.amazon.awssdk.services.mwaa.model with parameters of type EndpointManagement Modifier and Type Method Description CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. endpointManagement(EndpointManagement endpointManagement)Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by Amazon MWAA.Environment.BuilderEnvironment.Builder. endpointManagement(EndpointManagement endpointManagement)Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by Amazon MWAA.
-