| Package | Description |
|---|---|
| software.amazon.awssdk.services.serverlessapplicationrepository |
The AWS Serverless Application Repository makes it easy for developers and enterprises to quickly find and deploy
serverless applications in the AWS Cloud.
|
| software.amazon.awssdk.services.serverlessapplicationrepository.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListApplicationsResponse |
ServerlessApplicationRepositoryClient.listApplications()
Lists applications owned by the requester.
|
default ListApplicationsResponse |
ServerlessApplicationRepositoryClient.listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)
Lists applications owned by the requester.
|
default ListApplicationsResponse |
ServerlessApplicationRepositoryClient.listApplications(ListApplicationsRequest listApplicationsRequest)
Lists applications owned by the requester.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListApplicationsResponse> |
ServerlessApplicationRepositoryAsyncClient.listApplications()
Lists applications owned by the requester.
|
default CompletableFuture<ListApplicationsResponse> |
ServerlessApplicationRepositoryAsyncClient.listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)
Lists applications owned by the requester.
|
default CompletableFuture<ListApplicationsResponse> |
ServerlessApplicationRepositoryAsyncClient.listApplications(ListApplicationsRequest listApplicationsRequest)
Lists applications owned by the requester.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListApplicationsResponse> |
ListApplicationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListApplicationsResponse> subscriber) |
Copyright © 2023. All rights reserved.