| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectDeletionError |
ProjectDeletionError.clone() |
ProjectDeletionError |
ProjectDeletionError.withCode(String code)
The code of the project deletion error.
|
ProjectDeletionError |
ProjectDeletionError.withMessage(String message)
The message of the project deletion error.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProjectDeletionError> |
ProjectSummary.getFailureReasons()
Specifies the error message that is returned if the operation cannot be successfully completed.
|
List<ProjectDeletionError> |
GetProjectResult.getFailureReasons()
Specifies the error message that is returned if the operation cannot be successfully completed.
|
List<ProjectDeletionError> |
CreateProjectResult.getFailureReasons()
Specifies the error message that is returned if the operation cannot be successfully completed.
|
List<ProjectDeletionError> |
UpdateProjectResult.getFailureReasons()
Specifies the error message that is returned if the operation cannot be successfully completed.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectSummary |
ProjectSummary.withFailureReasons(ProjectDeletionError... failureReasons)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
GetProjectResult |
GetProjectResult.withFailureReasons(ProjectDeletionError... failureReasons)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
CreateProjectResult |
CreateProjectResult.withFailureReasons(ProjectDeletionError... failureReasons)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
UpdateProjectResult |
UpdateProjectResult.withFailureReasons(ProjectDeletionError... failureReasons)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectSummary.setFailureReasons(Collection<ProjectDeletionError> failureReasons)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
void |
GetProjectResult.setFailureReasons(Collection<ProjectDeletionError> failureReasons)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
void |
CreateProjectResult.setFailureReasons(Collection<ProjectDeletionError> failureReasons)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
void |
UpdateProjectResult.setFailureReasons(Collection<ProjectDeletionError> failureReasons)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
ProjectSummary |
ProjectSummary.withFailureReasons(Collection<ProjectDeletionError> failureReasons)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
GetProjectResult |
GetProjectResult.withFailureReasons(Collection<ProjectDeletionError> failureReasons)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
CreateProjectResult |
CreateProjectResult.withFailureReasons(Collection<ProjectDeletionError> failureReasons)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
UpdateProjectResult |
UpdateProjectResult.withFailureReasons(Collection<ProjectDeletionError> failureReasons)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
Copyright © 2024. All rights reserved.