Uses of Class
software.amazon.awssdk.services.datazone.model.ProjectDeletionError
-
Packages that use ProjectDeletionError Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of ProjectDeletionError in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type ProjectDeletionError Modifier and Type Method Description List<ProjectDeletionError>CreateProjectResponse. failureReasons()Specifies the error message that is returned if the operation cannot be successfully completed.List<ProjectDeletionError>GetProjectResponse. failureReasons()Specifies the error message that is returned if the operation cannot be successfully completed.List<ProjectDeletionError>ProjectSummary. failureReasons()Specifies the error message that is returned if the operation cannot be successfully completed.List<ProjectDeletionError>UpdateProjectResponse. failureReasons()Specifies the error message that is returned if the operation cannot be successfully completed.Methods in software.amazon.awssdk.services.datazone.model with parameters of type ProjectDeletionError Modifier and Type Method Description CreateProjectResponse.BuilderCreateProjectResponse.Builder. failureReasons(ProjectDeletionError... failureReasons)Specifies the error message that is returned if the operation cannot be successfully completed.GetProjectResponse.BuilderGetProjectResponse.Builder. failureReasons(ProjectDeletionError... failureReasons)Specifies the error message that is returned if the operation cannot be successfully completed.ProjectSummary.BuilderProjectSummary.Builder. failureReasons(ProjectDeletionError... failureReasons)Specifies the error message that is returned if the operation cannot be successfully completed.UpdateProjectResponse.BuilderUpdateProjectResponse.Builder. failureReasons(ProjectDeletionError... failureReasons)Specifies the error message that is returned if the operation cannot be successfully completed.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type ProjectDeletionError Modifier and Type Method Description CreateProjectResponse.BuilderCreateProjectResponse.Builder. failureReasons(Collection<ProjectDeletionError> failureReasons)Specifies the error message that is returned if the operation cannot be successfully completed.GetProjectResponse.BuilderGetProjectResponse.Builder. failureReasons(Collection<ProjectDeletionError> failureReasons)Specifies the error message that is returned if the operation cannot be successfully completed.ProjectSummary.BuilderProjectSummary.Builder. failureReasons(Collection<ProjectDeletionError> failureReasons)Specifies the error message that is returned if the operation cannot be successfully completed.UpdateProjectResponse.BuilderUpdateProjectResponse.Builder. failureReasons(Collection<ProjectDeletionError> failureReasons)Specifies the error message that is returned if the operation cannot be successfully completed.
-