Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
static ApplicationProtocol |
ApplicationProtocol.fromValue(String value)
Use this in place of valueOf.
|
static ApplicationProtocol |
ApplicationProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationProtocol[] |
ApplicationProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PortMapping.setAppProtocol(ApplicationProtocol appProtocol)
The application protocol that's used for the port mapping.
|
PortMapping |
PortMapping.withAppProtocol(ApplicationProtocol appProtocol)
The application protocol that's used for the port mapping.
|
Copyright © 2022. All rights reserved.