| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
MutualAuthenticationAttributes |
MutualAuthenticationAttributes.clone() |
MutualAuthenticationAttributes |
ModifyListenerRequest.getMutualAuthentication()
The mutual authentication configuration information.
|
MutualAuthenticationAttributes |
CreateListenerRequest.getMutualAuthentication()
The mutual authentication configuration information.
|
MutualAuthenticationAttributes |
Listener.getMutualAuthentication()
The mutual authentication configuration information.
|
MutualAuthenticationAttributes |
MutualAuthenticationAttributes.withIgnoreClientCertificateExpiry(Boolean ignoreClientCertificateExpiry)
Indicates whether expired client certificates are ignored.
|
MutualAuthenticationAttributes |
MutualAuthenticationAttributes.withMode(String mode)
The client certificate handling method.
|
MutualAuthenticationAttributes |
MutualAuthenticationAttributes.withTrustStoreArn(String trustStoreArn)
The Amazon Resource Name (ARN) of the trust store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyListenerRequest.setMutualAuthentication(MutualAuthenticationAttributes mutualAuthentication)
The mutual authentication configuration information.
|
void |
CreateListenerRequest.setMutualAuthentication(MutualAuthenticationAttributes mutualAuthentication)
The mutual authentication configuration information.
|
void |
Listener.setMutualAuthentication(MutualAuthenticationAttributes mutualAuthentication)
The mutual authentication configuration information.
|
ModifyListenerRequest |
ModifyListenerRequest.withMutualAuthentication(MutualAuthenticationAttributes mutualAuthentication)
The mutual authentication configuration information.
|
CreateListenerRequest |
CreateListenerRequest.withMutualAuthentication(MutualAuthenticationAttributes mutualAuthentication)
The mutual authentication configuration information.
|
Listener |
Listener.withMutualAuthentication(MutualAuthenticationAttributes mutualAuthentication)
The mutual authentication configuration information.
|
Copyright © 2023. All rights reserved.