| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.mobile.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListProjectsResponse |
MobileClient.listProjects()
Lists projects in AWS Mobile Hub.
|
default ListProjectsResponse |
MobileClient.listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Lists projects in AWS Mobile Hub.
|
default ListProjectsResponse |
MobileClient.listProjects(ListProjectsRequest listProjectsRequest)
Lists projects in AWS Mobile Hub.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListProjectsResponse> |
MobileAsyncClient.listProjects()
Lists projects in AWS Mobile Hub.
|
default CompletableFuture<ListProjectsResponse> |
MobileAsyncClient.listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Lists projects in AWS Mobile Hub.
|
default CompletableFuture<ListProjectsResponse> |
MobileAsyncClient.listProjects(ListProjectsRequest listProjectsRequest)
Lists projects in AWS Mobile Hub.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListProjectsResponse> |
ListProjectsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProjectsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListProjectsResponse> subscriber) |
Copyright © 2023. All rights reserved.