Uses of Class
software.amazon.awssdk.services.appmesh.model.GrpcRouteMetadataMatchMethod.Type
-
Packages that use GrpcRouteMetadataMatchMethod.Type Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of GrpcRouteMetadataMatchMethod.Type in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return GrpcRouteMetadataMatchMethod.Type Modifier and Type Method Description GrpcRouteMetadataMatchMethod.TypeGrpcRouteMetadataMatchMethod. type()Retrieve an enum value representing which member of this object is populated.static GrpcRouteMetadataMatchMethod.TypeGrpcRouteMetadataMatchMethod.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static GrpcRouteMetadataMatchMethod.Type[]GrpcRouteMetadataMatchMethod.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-