| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
static LocalPortDetails.Builder |
LocalPortDetails.builder() |
LocalPortDetails.Builder |
LocalPortDetails.Builder.port(Integer port)
The port number of the local connection.
|
LocalPortDetails.Builder |
LocalPortDetails.Builder.portName(String portName)
The port name of the local connection.
|
LocalPortDetails.Builder |
LocalPortDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LocalPortDetails.Builder> |
LocalPortDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PortProbeDetail.Builder |
PortProbeDetail.Builder.localPortDetails(Consumer<LocalPortDetails.Builder> localPortDetails)
The local port information of the connection.
|
default NetworkConnectionAction.Builder |
NetworkConnectionAction.Builder.localPortDetails(Consumer<LocalPortDetails.Builder> localPortDetails)
The local port information of the connection.
|
Copyright © 2022. All rights reserved.