| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalogappregistry |
AWS Service Catalog AppRegistry enables organizations to understand the application context of their AWS resources.
|
| software.amazon.awssdk.services.servicecatalogappregistry.model |
| Modifier and Type | Method and Description |
|---|---|
default ListApplicationsResponse |
ServiceCatalogAppRegistryClient.listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)
Retrieves a list of all of your applications.
|
default CompletableFuture<ListApplicationsResponse> |
ServiceCatalogAppRegistryAsyncClient.listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)
Retrieves a list of all of your applications.
|
default ListApplicationsIterable |
ServiceCatalogAppRegistryClient.listApplicationsPaginator(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)
Retrieves a list of all of your applications.
|
default ListApplicationsPublisher |
ServiceCatalogAppRegistryAsyncClient.listApplicationsPaginator(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)
Retrieves a list of all of your applications.
|
| Modifier and Type | Method and Description |
|---|---|
static ListApplicationsRequest.Builder |
ListApplicationsRequest.builder() |
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.maxResults(Integer maxResults)
The upper bound of the number of results to return (cannot exceed 25).
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.nextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListApplicationsRequest.Builder |
ListApplicationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListApplicationsRequest.Builder> |
ListApplicationsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.