@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSMobile extends Object implements AWSMobile
AWSMobile. Convenient method forms pass through to the corresponding overload that
takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
CreateProjectResult |
createProject(CreateProjectRequest request)
Creates an AWS Mobile Hub project.
|
DeleteProjectResult |
deleteProject(DeleteProjectRequest request)
Delets a project in AWS Mobile Hub.
|
DescribeBundleResult |
describeBundle(DescribeBundleRequest request)
Get the bundle details for the requested bundle id.
|
DescribeProjectResult |
describeProject(DescribeProjectRequest request)
Gets details about a project in AWS Mobile Hub.
|
ExportBundleResult |
exportBundle(ExportBundleRequest request)
Generates customized software development kit (SDK) and or tool packages used to integrate mobile web or mobile
app clients with backend AWS resources.
|
ExportProjectResult |
exportProject(ExportProjectRequest request)
Exports project configuration to a snapshot which can be downloaded and shared.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListBundlesResult |
listBundles(ListBundlesRequest request)
List all available bundles.
|
ListProjectsResult |
listProjects(ListProjectsRequest request)
Lists projects in AWS Mobile Hub.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
UpdateProjectResult |
updateProject(UpdateProjectRequest request)
Update an existing project.
|
public CreateProjectResult createProject(CreateProjectRequest request)
AWSMobileCreates an AWS Mobile Hub project.
createProject in interface AWSMobilerequest - Request structure used to request a project be created.public DeleteProjectResult deleteProject(DeleteProjectRequest request)
AWSMobileDelets a project in AWS Mobile Hub.
deleteProject in interface AWSMobilerequest - Request structure used to request a project be deleted.public DescribeBundleResult describeBundle(DescribeBundleRequest request)
AWSMobileGet the bundle details for the requested bundle id.
describeBundle in interface AWSMobilerequest - Request structure to request the details of a specific bundle.public DescribeProjectResult describeProject(DescribeProjectRequest request)
AWSMobileGets details about a project in AWS Mobile Hub.
describeProject in interface AWSMobilerequest - Request structure used to request details about a project.public ExportBundleResult exportBundle(ExportBundleRequest request)
AWSMobileGenerates customized software development kit (SDK) and or tool packages used to integrate mobile web or mobile app clients with backend AWS resources.
exportBundle in interface AWSMobilerequest - Request structure used to request generation of custom SDK and tool packages required to integrate mobile
web or app clients with backed AWS resources.public ExportProjectResult exportProject(ExportProjectRequest request)
AWSMobileExports project configuration to a snapshot which can be downloaded and shared. Note that mobile app push credentials are encrypted in exported projects, so they can only be shared successfully within the same AWS account.
exportProject in interface AWSMobilerequest - Request structure used in requests to export project configuration details.public ListBundlesResult listBundles(ListBundlesRequest request)
AWSMobileList all available bundles.
listBundles in interface AWSMobilerequest - Request structure to request all available bundles.public ListProjectsResult listProjects(ListProjectsRequest request)
AWSMobileLists projects in AWS Mobile Hub.
listProjects in interface AWSMobilerequest - Request structure used to request projects list in AWS Mobile Hub.public UpdateProjectResult updateProject(UpdateProjectRequest request)
AWSMobileUpdate an existing project.
updateProject in interface AWSMobilerequest - Request structure used for requests to update project configuration.public void shutdown()
AWSMobilepublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSMobileResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSMobilerequest - The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.