Uses of Interface
software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model.ListLinuxSubscriptionsRequest.Builder
-
Packages that use ListLinuxSubscriptionsRequest.Builder Package Description software.amazon.awssdk.services.licensemanagerlinuxsubscriptions With License Manager, you can discover and track your commercial Linux subscriptions on running Amazon EC2 instances.software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model -
-
Uses of ListLinuxSubscriptionsRequest.Builder in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions
Method parameters in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions with type arguments of type ListLinuxSubscriptionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListLinuxSubscriptionsResponse>LicenseManagerLinuxSubscriptionsAsyncClient. listLinuxSubscriptions(Consumer<ListLinuxSubscriptionsRequest.Builder> listLinuxSubscriptionsRequest)Lists the Linux subscriptions that have been discovered.default ListLinuxSubscriptionsResponseLicenseManagerLinuxSubscriptionsClient. listLinuxSubscriptions(Consumer<ListLinuxSubscriptionsRequest.Builder> listLinuxSubscriptionsRequest)Lists the Linux subscriptions that have been discovered.default ListLinuxSubscriptionsPublisherLicenseManagerLinuxSubscriptionsAsyncClient. listLinuxSubscriptionsPaginator(Consumer<ListLinuxSubscriptionsRequest.Builder> listLinuxSubscriptionsRequest)default ListLinuxSubscriptionsIterableLicenseManagerLinuxSubscriptionsClient. listLinuxSubscriptionsPaginator(Consumer<ListLinuxSubscriptionsRequest.Builder> listLinuxSubscriptionsRequest) -
Uses of ListLinuxSubscriptionsRequest.Builder in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model
Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model that return ListLinuxSubscriptionsRequest.Builder Modifier and Type Method Description static ListLinuxSubscriptionsRequest.BuilderListLinuxSubscriptionsRequest. builder()ListLinuxSubscriptionsRequest.BuilderListLinuxSubscriptionsRequest.Builder. filters(Collection<Filter> filters)An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.ListLinuxSubscriptionsRequest.BuilderListLinuxSubscriptionsRequest.Builder. filters(Consumer<Filter.Builder>... filters)An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.ListLinuxSubscriptionsRequest.BuilderListLinuxSubscriptionsRequest.Builder. filters(Filter... filters)An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.ListLinuxSubscriptionsRequest.BuilderListLinuxSubscriptionsRequest.Builder. maxResults(Integer maxResults)Maximum number of results to return in a single call.ListLinuxSubscriptionsRequest.BuilderListLinuxSubscriptionsRequest.Builder. nextToken(String nextToken)Token for the next set of results.ListLinuxSubscriptionsRequest.BuilderListLinuxSubscriptionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLinuxSubscriptionsRequest.BuilderListLinuxSubscriptionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLinuxSubscriptionsRequest.BuilderListLinuxSubscriptionsRequest. toBuilder()Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model that return types with arguments of type ListLinuxSubscriptionsRequest.Builder Modifier and Type Method Description static Class<? extends ListLinuxSubscriptionsRequest.Builder>ListLinuxSubscriptionsRequest. serializableBuilderClass()
-