Uses of Interface
software.amazon.awssdk.services.guardduty.model.LocalPortDetails.Builder
-
Packages that use LocalPortDetails.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of LocalPortDetails.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return LocalPortDetails.Builder Modifier and Type Method Description static LocalPortDetails.BuilderLocalPortDetails. builder()LocalPortDetails.BuilderLocalPortDetails.Builder. port(Integer port)The port number of the local connection.LocalPortDetails.BuilderLocalPortDetails.Builder. portName(String portName)The port name of the local connection.LocalPortDetails.BuilderLocalPortDetails. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type LocalPortDetails.Builder Modifier and Type Method Description static Class<? extends LocalPortDetails.Builder>LocalPortDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type LocalPortDetails.Builder Modifier and Type Method Description default NetworkConnectionAction.BuilderNetworkConnectionAction.Builder. localPortDetails(Consumer<LocalPortDetails.Builder> localPortDetails)The local port information of the connection.default PortProbeDetail.BuilderPortProbeDetail.Builder. localPortDetails(Consumer<LocalPortDetails.Builder> localPortDetails)The local port information of the connection.
-