Uses of Interface
software.amazon.awssdk.services.appmesh.model.CreateMeshResponse.Builder
-
Packages that use CreateMeshResponse.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of CreateMeshResponse.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return CreateMeshResponse.Builder Modifier and Type Method Description static CreateMeshResponse.BuilderCreateMeshResponse. builder()default CreateMeshResponse.BuilderCreateMeshResponse.Builder. mesh(Consumer<MeshData.Builder> mesh)The full description of your service mesh following the create call.CreateMeshResponse.BuilderCreateMeshResponse.Builder. mesh(MeshData mesh)The full description of your service mesh following the create call.CreateMeshResponse.BuilderCreateMeshResponse. toBuilder()Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type CreateMeshResponse.Builder Modifier and Type Method Description static Class<? extends CreateMeshResponse.Builder>CreateMeshResponse. serializableBuilderClass()
-