Uses of Interface
software.amazon.awssdk.services.datazone.model.ProjectDeletionError.Builder
-
Packages that use ProjectDeletionError.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of ProjectDeletionError.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return ProjectDeletionError.Builder Modifier and Type Method Description static ProjectDeletionError.BuilderProjectDeletionError. builder()ProjectDeletionError.BuilderProjectDeletionError.Builder. code(String code)Project Deletion Error CodeProjectDeletionError.BuilderProjectDeletionError.Builder. message(String message)Project Deletion Error MessageProjectDeletionError.BuilderProjectDeletionError. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type ProjectDeletionError.Builder Modifier and Type Method Description static Class<? extends ProjectDeletionError.Builder>ProjectDeletionError. serializableBuilderClass()
-