Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private IcmpTypeCode |
ReplaceNetworkAclEntryRequest.icmpTypeCode
ICMP protocol: The ICMP type and code.
|
private IcmpTypeCode |
NetworkAclEntry.icmpTypeCode
ICMP protocol: The ICMP type and code.
|
private IcmpTypeCode |
CreateNetworkAclEntryRequest.icmpTypeCode
ICMP protocol: The ICMP type and code.
|
Modifier and Type | Method and Description |
---|---|
IcmpTypeCode |
IcmpTypeCode.clone() |
IcmpTypeCode |
ReplaceNetworkAclEntryRequest.getIcmpTypeCode()
ICMP protocol: The ICMP type and code.
|
IcmpTypeCode |
NetworkAclEntry.getIcmpTypeCode()
ICMP protocol: The ICMP type and code.
|
IcmpTypeCode |
CreateNetworkAclEntryRequest.getIcmpTypeCode()
ICMP protocol: The ICMP type and code.
|
IcmpTypeCode |
IcmpTypeCode.withCode(java.lang.Integer code)
The ICMP type.
|
IcmpTypeCode |
IcmpTypeCode.withType(java.lang.Integer type)
The ICMP code.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplaceNetworkAclEntryRequest.setIcmpTypeCode(IcmpTypeCode icmpTypeCode)
ICMP protocol: The ICMP type and code.
|
void |
NetworkAclEntry.setIcmpTypeCode(IcmpTypeCode icmpTypeCode)
ICMP protocol: The ICMP type and code.
|
void |
CreateNetworkAclEntryRequest.setIcmpTypeCode(IcmpTypeCode icmpTypeCode)
ICMP protocol: The ICMP type and code.
|
ReplaceNetworkAclEntryRequest |
ReplaceNetworkAclEntryRequest.withIcmpTypeCode(IcmpTypeCode icmpTypeCode)
ICMP protocol: The ICMP type and code.
|
NetworkAclEntry |
NetworkAclEntry.withIcmpTypeCode(IcmpTypeCode icmpTypeCode)
ICMP protocol: The ICMP type and code.
|
CreateNetworkAclEntryRequest |
CreateNetworkAclEntryRequest.withIcmpTypeCode(IcmpTypeCode icmpTypeCode)
ICMP protocol: The ICMP type and code.
|
Modifier and Type | Method and Description |
---|---|
IcmpTypeCode |
IcmpTypeCodeStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |