| Package | Description |
|---|---|
| software.amazon.awssdk.services.mobile.model |
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
DeleteProjectResponse.deletedResources()
Resources which were deleted.
|
List<Resource> |
DeleteProjectResponse.orphanedResources()
Resources which were not deleted, due to a risk of losing potentially important data or files.
|
List<Resource> |
ProjectDetails.resources()
Returns the value of the Resources property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteProjectResponse.Builder |
DeleteProjectResponse.Builder.deletedResources(Resource... deletedResources)
Resources which were deleted.
|
DeleteProjectResponse.Builder |
DeleteProjectResponse.Builder.orphanedResources(Resource... orphanedResources)
Resources which were not deleted, due to a risk of losing potentially important data or files.
|
ProjectDetails.Builder |
ProjectDetails.Builder.resources(Resource... resources)
Sets the value of the Resources property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteProjectResponse.Builder |
DeleteProjectResponse.Builder.deletedResources(Collection<Resource> deletedResources)
Resources which were deleted.
|
DeleteProjectResponse.Builder |
DeleteProjectResponse.Builder.orphanedResources(Collection<Resource> orphanedResources)
Resources which were not deleted, due to a risk of losing potentially important data or files.
|
ProjectDetails.Builder |
ProjectDetails.Builder.resources(Collection<Resource> resources)
Sets the value of the Resources property for this object.
|
Copyright © 2020. All rights reserved.