| Package | Description |
|---|---|
| com.amazonaws.services.mobile |
AWS Mobile Service provides mobile app and website developers with capabilities required to configure AWS resources
and bootstrap their developer desktop projects with the necessary SDKs, constants, tools and samples to make use of
those resources.
|
| com.amazonaws.services.mobile.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteProjectResult |
AWSMobile.deleteProject(DeleteProjectRequest deleteProjectRequest)
Delets a project in AWS Mobile Hub.
|
DeleteProjectResult |
AWSMobileClient.deleteProject(DeleteProjectRequest request)
Delets a project in AWS Mobile Hub.
|
DeleteProjectResult |
AbstractAWSMobile.deleteProject(DeleteProjectRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteProjectResult> |
AbstractAWSMobileAsync.deleteProjectAsync(DeleteProjectRequest request,
AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler) |
Future<DeleteProjectResult> |
AWSMobileAsync.deleteProjectAsync(DeleteProjectRequest deleteProjectRequest,
AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler)
Delets a project in AWS Mobile Hub.
|
Future<DeleteProjectResult> |
AWSMobileAsyncClient.deleteProjectAsync(DeleteProjectRequest request,
AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteProjectResult |
DeleteProjectResult.clone() |
DeleteProjectResult |
DeleteProjectResult.withDeletedResources(Collection<Resource> deletedResources)
Resources which were deleted.
|
DeleteProjectResult |
DeleteProjectResult.withDeletedResources(Resource... deletedResources)
Resources which were deleted.
|
DeleteProjectResult |
DeleteProjectResult.withOrphanedResources(Collection<Resource> orphanedResources)
Resources which were not deleted, due to a risk of losing potentially important data or files.
|
DeleteProjectResult |
DeleteProjectResult.withOrphanedResources(Resource... orphanedResources)
Resources which were not deleted, due to a risk of losing potentially important data or files.
|
Copyright © 2018. All rights reserved.