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)The code of the project deletion error.ProjectDeletionError.BuilderProjectDeletionError.Builder. message(String message)The message of the project deletion error.ProjectDeletionError.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()
-