Uses of Class
software.amazon.awssdk.services.finspace.model.NetworkACLEntry
-
Packages that use NetworkACLEntry Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of NetworkACLEntry in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type NetworkACLEntry Modifier and Type Method Description List<NetworkACLEntry>TransitGatewayConfiguration. attachmentNetworkAclConfiguration()The rules that define how you manage the outbound traffic from kdb network to your internal network.Methods in software.amazon.awssdk.services.finspace.model with parameters of type NetworkACLEntry Modifier and Type Method Description TransitGatewayConfiguration.BuilderTransitGatewayConfiguration.Builder. attachmentNetworkAclConfiguration(NetworkACLEntry... attachmentNetworkAclConfiguration)The rules that define how you manage the outbound traffic from kdb network to your internal network.Method parameters in software.amazon.awssdk.services.finspace.model with type arguments of type NetworkACLEntry Modifier and Type Method Description TransitGatewayConfiguration.BuilderTransitGatewayConfiguration.Builder. attachmentNetworkAclConfiguration(Collection<NetworkACLEntry> attachmentNetworkAclConfiguration)The rules that define how you manage the outbound traffic from kdb network to your internal network.
-