Uses of Class
software.amazon.awssdk.services.licensemanagerlinuxsubscriptions.model.GetServiceSettingsResponse
-
Packages that use GetServiceSettingsResponse Package Description software.amazon.awssdk.services.licensemanagerlinuxsubscriptions With License Manager, you can discover and track your commercial Linux subscriptions on running Amazon EC2 instances. -
-
Uses of GetServiceSettingsResponse in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions
Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions that return GetServiceSettingsResponse Modifier and Type Method Description default GetServiceSettingsResponseLicenseManagerLinuxSubscriptionsClient. getServiceSettings(Consumer<GetServiceSettingsRequest.Builder> getServiceSettingsRequest)Lists the Linux subscriptions service settings.default GetServiceSettingsResponseLicenseManagerLinuxSubscriptionsClient. getServiceSettings(GetServiceSettingsRequest getServiceSettingsRequest)Lists the Linux subscriptions service settings.Methods in software.amazon.awssdk.services.licensemanagerlinuxsubscriptions that return types with arguments of type GetServiceSettingsResponse Modifier and Type Method Description default CompletableFuture<GetServiceSettingsResponse>LicenseManagerLinuxSubscriptionsAsyncClient. getServiceSettings(Consumer<GetServiceSettingsRequest.Builder> getServiceSettingsRequest)Lists the Linux subscriptions service settings.default CompletableFuture<GetServiceSettingsResponse>LicenseManagerLinuxSubscriptionsAsyncClient. getServiceSettings(GetServiceSettingsRequest getServiceSettingsRequest)Lists the Linux subscriptions service settings.
-