| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static IpProtocol |
IpProtocol.fromValue(String value)
Use this in place of valueOf.
|
static IpProtocol |
IpProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpProtocol[] |
IpProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IpPermission.setProtocol(IpProtocol protocol)
The network communication protocol used by the fleet.
|
IpPermission |
IpPermission.withProtocol(IpProtocol protocol)
The network communication protocol used by the fleet.
|
Copyright © 2020. All rights reserved.