Uses of Class
software.amazon.awssdk.services.appmesh.model.ClientPolicy
-
Packages that use ClientPolicy Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of ClientPolicy in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return ClientPolicy Modifier and Type Method Description ClientPolicyBackendDefaults. clientPolicy()A reference to an object that represents a client policy.ClientPolicyVirtualServiceBackend. clientPolicy()A reference to an object that represents the client policy for a backend.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type ClientPolicy Modifier and Type Method Description BackendDefaults.BuilderBackendDefaults.Builder. clientPolicy(ClientPolicy clientPolicy)A reference to an object that represents a client policy.VirtualServiceBackend.BuilderVirtualServiceBackend.Builder. clientPolicy(ClientPolicy clientPolicy)A reference to an object that represents the client policy for a backend.
-