| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
ClientPolicy |
ClientPolicy.clone() |
ClientPolicy |
VirtualServiceBackend.getClientPolicy()
A reference to an object that represents the client policy for a backend.
|
ClientPolicy |
BackendDefaults.getClientPolicy()
A reference to an object that represents a client policy.
|
ClientPolicy |
ClientPolicy.withTls(ClientPolicyTls tls)
A reference to an object that represents a Transport Layer Security (TLS) client policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualServiceBackend.setClientPolicy(ClientPolicy clientPolicy)
A reference to an object that represents the client policy for a backend.
|
void |
BackendDefaults.setClientPolicy(ClientPolicy clientPolicy)
A reference to an object that represents a client policy.
|
VirtualServiceBackend |
VirtualServiceBackend.withClientPolicy(ClientPolicy clientPolicy)
A reference to an object that represents the client policy for a backend.
|
BackendDefaults |
BackendDefaults.withClientPolicy(ClientPolicy clientPolicy)
A reference to an object that represents a client policy.
|
Copyright © 2023. All rights reserved.