| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
SubjectAlternativeNameMatchers |
SubjectAlternativeNameMatchers.clone() |
SubjectAlternativeNameMatchers |
SubjectAlternativeNames.getMatch()
An object that represents the criteria for determining a SANs match.
|
SubjectAlternativeNameMatchers |
SubjectAlternativeNameMatchers.withExact(Collection<String> exact)
The values sent must match the specified values exactly.
|
SubjectAlternativeNameMatchers |
SubjectAlternativeNameMatchers.withExact(String... exact)
The values sent must match the specified values exactly.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubjectAlternativeNames.setMatch(SubjectAlternativeNameMatchers match)
An object that represents the criteria for determining a SANs match.
|
SubjectAlternativeNames |
SubjectAlternativeNames.withMatch(SubjectAlternativeNameMatchers match)
An object that represents the criteria for determining a SANs match.
|
Copyright © 2024. All rights reserved.