| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static IcmpTypeCode.Builder |
IcmpTypeCode.builder() |
IcmpTypeCode.Builder |
IcmpTypeCode.Builder.code(Integer code)
The ICMP code for which to deny or allow access.
|
IcmpTypeCode.Builder |
IcmpTypeCode.toBuilder() |
IcmpTypeCode.Builder |
IcmpTypeCode.Builder.type(Integer type)
The ICMP type for which to deny or allow access.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IcmpTypeCode.Builder> |
IcmpTypeCode.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsEc2NetworkAclEntry.Builder |
AwsEc2NetworkAclEntry.Builder.icmpTypeCode(Consumer<IcmpTypeCode.Builder> icmpTypeCode)
The Internet Control Message Protocol (ICMP) type and code for which to deny or allow access.
|
Copyright © 2023. All rights reserved.