Uses of Interface
software.amazon.awssdk.services.licensemanager.model.ListAssociationsForLicenseConfigurationRequest.Builder
-
Packages that use ListAssociationsForLicenseConfigurationRequest.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 ListAssociationsForLicenseConfigurationRequest.Builder in software.amazon.awssdk.services.licensemanager
Method parameters in software.amazon.awssdk.services.licensemanager with type arguments of type ListAssociationsForLicenseConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAssociationsForLicenseConfigurationResponse>LicenseManagerAsyncClient. listAssociationsForLicenseConfiguration(Consumer<ListAssociationsForLicenseConfigurationRequest.Builder> listAssociationsForLicenseConfigurationRequest)Lists the resource associations for the specified license configuration.default ListAssociationsForLicenseConfigurationResponseLicenseManagerClient. listAssociationsForLicenseConfiguration(Consumer<ListAssociationsForLicenseConfigurationRequest.Builder> listAssociationsForLicenseConfigurationRequest)Lists the resource associations for the specified license configuration. -
Uses of ListAssociationsForLicenseConfigurationRequest.Builder in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return ListAssociationsForLicenseConfigurationRequest.Builder Modifier and Type Method Description static ListAssociationsForLicenseConfigurationRequest.BuilderListAssociationsForLicenseConfigurationRequest. builder()ListAssociationsForLicenseConfigurationRequest.BuilderListAssociationsForLicenseConfigurationRequest.Builder. licenseConfigurationArn(String licenseConfigurationArn)Amazon Resource Name (ARN) of a license configuration.ListAssociationsForLicenseConfigurationRequest.BuilderListAssociationsForLicenseConfigurationRequest.Builder. maxResults(Integer maxResults)Maximum number of results to return in a single call.ListAssociationsForLicenseConfigurationRequest.BuilderListAssociationsForLicenseConfigurationRequest.Builder. nextToken(String nextToken)Token for the next set of results.ListAssociationsForLicenseConfigurationRequest.BuilderListAssociationsForLicenseConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssociationsForLicenseConfigurationRequest.BuilderListAssociationsForLicenseConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAssociationsForLicenseConfigurationRequest.BuilderListAssociationsForLicenseConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type ListAssociationsForLicenseConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends ListAssociationsForLicenseConfigurationRequest.Builder>ListAssociationsForLicenseConfigurationRequest. serializableBuilderClass()
-