| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalogappregistry |
Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their
Amazon Web Services resources.
|
| software.amazon.awssdk.services.servicecatalogappregistry.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListApplicationsResponse |
ServiceCatalogAppRegistryClient.listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)
Retrieves a list of all of your applications.
|
default ListApplicationsResponse |
ServiceCatalogAppRegistryClient.listApplications(ListApplicationsRequest listApplicationsRequest)
Retrieves a list of all of your applications.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListApplicationsResponse> |
ServiceCatalogAppRegistryAsyncClient.listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)
Retrieves a list of all of your applications.
|
default CompletableFuture<ListApplicationsResponse> |
ServiceCatalogAppRegistryAsyncClient.listApplications(ListApplicationsRequest listApplicationsRequest)
Retrieves a list of all of your applications.
|
| 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.