Uses of Interface
software.amazon.awssdk.services.servicecatalogappregistry.model.ListApplicationsRequest.Builder
-
Packages that use ListApplicationsRequest.Builder 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.model -
-
Uses of ListApplicationsRequest.Builder in software.amazon.awssdk.services.servicecatalogappregistry
Method parameters in software.amazon.awssdk.services.servicecatalogappregistry with type arguments of type ListApplicationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListApplicationsResponse>ServiceCatalogAppRegistryAsyncClient. listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)Retrieves a list of all of your applications.default ListApplicationsResponseServiceCatalogAppRegistryClient. listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)Retrieves a list of all of your applications.default ListApplicationsPublisherServiceCatalogAppRegistryAsyncClient. listApplicationsPaginator(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)default ListApplicationsIterableServiceCatalogAppRegistryClient. listApplicationsPaginator(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest) -
Uses of ListApplicationsRequest.Builder in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return ListApplicationsRequest.Builder Modifier and Type Method Description static ListApplicationsRequest.BuilderListApplicationsRequest. builder()ListApplicationsRequest.BuilderListApplicationsRequest.Builder. maxResults(Integer maxResults)The upper bound of the number of results to return (cannot exceed 25).ListApplicationsRequest.BuilderListApplicationsRequest.Builder. nextToken(String nextToken)The token to use to get the next page of results after a previous API call.ListApplicationsRequest.BuilderListApplicationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListApplicationsRequest.BuilderListApplicationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListApplicationsRequest.BuilderListApplicationsRequest. toBuilder()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type ListApplicationsRequest.Builder Modifier and Type Method Description static Class<? extends ListApplicationsRequest.Builder>ListApplicationsRequest. serializableBuilderClass()
-