| 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 ListApplicationDependenciesResponse |
ServerlessApplicationRepositoryClient.listApplicationDependencies(Consumer<ListApplicationDependenciesRequest.Builder> listApplicationDependenciesRequest)
Retrieves the list of applications nested in the containing application.
|
default ListApplicationDependenciesResponse |
ServerlessApplicationRepositoryClient.listApplicationDependencies(ListApplicationDependenciesRequest listApplicationDependenciesRequest)
Retrieves the list of applications nested in the containing application.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListApplicationDependenciesResponse> |
ServerlessApplicationRepositoryAsyncClient.listApplicationDependencies(Consumer<ListApplicationDependenciesRequest.Builder> listApplicationDependenciesRequest)
Retrieves the list of applications nested in the containing application.
|
default CompletableFuture<ListApplicationDependenciesResponse> |
ServerlessApplicationRepositoryAsyncClient.listApplicationDependencies(ListApplicationDependenciesRequest listApplicationDependenciesRequest)
Retrieves the list of applications nested in the containing application.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListApplicationDependenciesResponse> |
ListApplicationDependenciesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationDependenciesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListApplicationDependenciesResponse> subscriber) |
Copyright © 2023. All rights reserved.