Uses of Class
software.amazon.awssdk.services.networkfirewall.model.ServerCertificateScope
-
Packages that use ServerCertificateScope Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of ServerCertificateScope in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type ServerCertificateScope Modifier and Type Method Description List<ServerCertificateScope>ServerCertificateConfiguration. scopes()A list of scopes.Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type ServerCertificateScope Modifier and Type Method Description ServerCertificateConfiguration.BuilderServerCertificateConfiguration.Builder. scopes(ServerCertificateScope... scopes)A list of scopes.Method parameters in software.amazon.awssdk.services.networkfirewall.model with type arguments of type ServerCertificateScope Modifier and Type Method Description ServerCertificateConfiguration.BuilderServerCertificateConfiguration.Builder. scopes(Collection<ServerCertificateScope> scopes)A list of scopes.
-