Uses of Interface
software.amazon.awssdk.services.appconfig.model.ListApplicationsRequest.Builder
-
Packages that use ListApplicationsRequest.Builder Package Description software.amazon.awssdk.services.appconfig Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application configurations.software.amazon.awssdk.services.appconfig.model -
-
Uses of ListApplicationsRequest.Builder in software.amazon.awssdk.services.appconfig
Method parameters in software.amazon.awssdk.services.appconfig with type arguments of type ListApplicationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListApplicationsResponse>AppConfigAsyncClient. listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)Lists all applications in your Amazon Web Services account.default ListApplicationsResponseAppConfigClient. listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)Lists all applications in your Amazon Web Services account.default ListApplicationsPublisherAppConfigAsyncClient. listApplicationsPaginator(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)Lists all applications in your Amazon Web Services account.default ListApplicationsIterableAppConfigClient. listApplicationsPaginator(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)Lists all applications in your Amazon Web Services account. -
Uses of ListApplicationsRequest.Builder in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return ListApplicationsRequest.Builder Modifier and Type Method Description static ListApplicationsRequest.BuilderListApplicationsRequest. builder()ListApplicationsRequest.BuilderListApplicationsRequest.Builder. maxResults(Integer maxResults)The maximum number of items to return for this call.ListApplicationsRequest.BuilderListApplicationsRequest.Builder. nextToken(String nextToken)A token to start the list.ListApplicationsRequest.BuilderListApplicationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListApplicationsRequest.BuilderListApplicationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListApplicationsRequest.BuilderListApplicationsRequest. toBuilder()Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type ListApplicationsRequest.Builder Modifier and Type Method Description static Class<? extends ListApplicationsRequest.Builder>ListApplicationsRequest. serializableBuilderClass()
-