Uses of Enum Class
software.amazon.awscdk.services.appmesh.MeshFilterType
Packages that use MeshFilterType
-
Uses of MeshFilterType in software.amazon.awscdk.services.appmesh
Methods in software.amazon.awscdk.services.appmesh that return MeshFilterTypeModifier and TypeMethodDescriptiondefault MeshFilterTypeMeshProps.getEgressFilter()Egress filter to be applied to the Mesh.final MeshFilterTypeMeshProps.Jsii$Proxy.getEgressFilter()static MeshFilterTypeReturns the enum constant of this class with the specified name.static MeshFilterType[]MeshFilterType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.appmesh with parameters of type MeshFilterTypeModifier and TypeMethodDescriptionMesh.Builder.egressFilter(MeshFilterType egressFilter) Egress filter to be applied to the Mesh.MeshProps.Builder.egressFilter(MeshFilterType egressFilter) Sets the value ofMeshProps.getEgressFilter()