Uses of Interface
software.amazon.awssdk.services.licensemanager.model.ListLicenseConfigurationsRequest.Builder
-
Packages that use ListLicenseConfigurationsRequest.Builder Package Description software.amazon.awssdk.services.licensemanager License Manager makes it easier to manage licenses from software vendors across multiple Amazon Web Services accounts and on-premises servers.software.amazon.awssdk.services.licensemanager.model -
-
Uses of ListLicenseConfigurationsRequest.Builder in software.amazon.awssdk.services.licensemanager
Method parameters in software.amazon.awssdk.services.licensemanager with type arguments of type ListLicenseConfigurationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListLicenseConfigurationsResponse>LicenseManagerAsyncClient. listLicenseConfigurations(Consumer<ListLicenseConfigurationsRequest.Builder> listLicenseConfigurationsRequest)Lists the license configurations for your account.default ListLicenseConfigurationsResponseLicenseManagerClient. listLicenseConfigurations(Consumer<ListLicenseConfigurationsRequest.Builder> listLicenseConfigurationsRequest)Lists the license configurations for your account. -
Uses of ListLicenseConfigurationsRequest.Builder in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return ListLicenseConfigurationsRequest.Builder Modifier and Type Method Description static ListLicenseConfigurationsRequest.BuilderListLicenseConfigurationsRequest. builder()ListLicenseConfigurationsRequest.BuilderListLicenseConfigurationsRequest.Builder. filters(Collection<Filter> filters)Filters to scope the results.ListLicenseConfigurationsRequest.BuilderListLicenseConfigurationsRequest.Builder. filters(Consumer<Filter.Builder>... filters)Filters to scope the results.ListLicenseConfigurationsRequest.BuilderListLicenseConfigurationsRequest.Builder. filters(Filter... filters)Filters to scope the results.ListLicenseConfigurationsRequest.BuilderListLicenseConfigurationsRequest.Builder. licenseConfigurationArns(String... licenseConfigurationArns)Amazon Resource Names (ARN) of the license configurations.ListLicenseConfigurationsRequest.BuilderListLicenseConfigurationsRequest.Builder. licenseConfigurationArns(Collection<String> licenseConfigurationArns)Amazon Resource Names (ARN) of the license configurations.ListLicenseConfigurationsRequest.BuilderListLicenseConfigurationsRequest.Builder. maxResults(Integer maxResults)Maximum number of results to return in a single call.ListLicenseConfigurationsRequest.BuilderListLicenseConfigurationsRequest.Builder. nextToken(String nextToken)Token for the next set of results.ListLicenseConfigurationsRequest.BuilderListLicenseConfigurationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLicenseConfigurationsRequest.BuilderListLicenseConfigurationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLicenseConfigurationsRequest.BuilderListLicenseConfigurationsRequest. toBuilder()Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type ListLicenseConfigurationsRequest.Builder Modifier and Type Method Description static Class<? extends ListLicenseConfigurationsRequest.Builder>ListLicenseConfigurationsRequest. serializableBuilderClass()
-