| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
static IcmpTypeCode.Builder |
IcmpTypeCode.builder() |
IcmpTypeCode.Builder |
IcmpTypeCode.Builder.code(Integer code)
The ICMP code.
|
IcmpTypeCode.Builder |
IcmpTypeCode.toBuilder() |
IcmpTypeCode.Builder |
IcmpTypeCode.Builder.type(Integer type)
The ICMP type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IcmpTypeCode.Builder> |
IcmpTypeCode.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default NetworkACLEntry.Builder |
NetworkACLEntry.Builder.icmpTypeCode(Consumer<IcmpTypeCode.Builder> icmpTypeCode)
Defines the ICMP protocol that consists of the ICMP type and code.
|
Copyright © 2023. All rights reserved.