Uses of Interface
software.amazon.awssdk.services.securityhub.model.NetworkAutonomousSystem.Builder
-
Packages that use NetworkAutonomousSystem.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of NetworkAutonomousSystem.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return NetworkAutonomousSystem.Builder Modifier and Type Method Description static NetworkAutonomousSystem.BuilderNetworkAutonomousSystem. builder()NetworkAutonomousSystem.BuilderNetworkAutonomousSystem.Builder. name(String name)The name associated with the AS.NetworkAutonomousSystem.BuilderNetworkAutonomousSystem.Builder. number(Integer number)The unique number that identifies the AS.NetworkAutonomousSystem.BuilderNetworkAutonomousSystem. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type NetworkAutonomousSystem.Builder Modifier and Type Method Description static Class<? extends NetworkAutonomousSystem.Builder>NetworkAutonomousSystem. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type NetworkAutonomousSystem.Builder Modifier and Type Method Description default NetworkEndpoint.BuilderNetworkEndpoint.Builder. autonomousSystem(Consumer<NetworkAutonomousSystem.Builder> autonomousSystem)The Autonomous System Number (ASN) of the network endpoint.
-