Uses of Interface
software.amazon.awssdk.services.appmesh.model.MeshStatus.Builder
-
Packages that use MeshStatus.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of MeshStatus.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return MeshStatus.Builder Modifier and Type Method Description static MeshStatus.BuilderMeshStatus. builder()MeshStatus.BuilderMeshStatus.Builder. status(String status)The current mesh status.MeshStatus.BuilderMeshStatus.Builder. status(MeshStatusCode status)The current mesh status.MeshStatus.BuilderMeshStatus. toBuilder()Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type MeshStatus.Builder Modifier and Type Method Description static Class<? extends MeshStatus.Builder>MeshStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type MeshStatus.Builder Modifier and Type Method Description default MeshData.BuilderMeshData.Builder. status(Consumer<MeshStatus.Builder> status)The status of the service mesh.
-