| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
ServerCertificate |
ServerCertificate.clone() |
ServerCertificate |
ServerCertificate.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Certificate Manager SSL/TLS server certificate that's used for inbound
SSL/TLS inspection.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServerCertificate> |
ServerCertificateConfiguration.getServerCertificates()
The list of server certificates to use for inbound SSL/TLS inspection.
|
| Modifier and Type | Method and Description |
|---|---|
ServerCertificateConfiguration |
ServerCertificateConfiguration.withServerCertificates(ServerCertificate... serverCertificates)
The list of server certificates to use for inbound SSL/TLS inspection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerCertificateConfiguration.setServerCertificates(Collection<ServerCertificate> serverCertificates)
The list of server certificates to use for inbound SSL/TLS inspection.
|
ServerCertificateConfiguration |
ServerCertificateConfiguration.withServerCertificates(Collection<ServerCertificate> serverCertificates)
The list of server certificates to use for inbound SSL/TLS inspection.
|
Copyright © 2024. All rights reserved.