Uses of Class
software.amazon.awssdk.services.licensemanagerusersubscriptions.model.StopProductSubscriptionResponse
-
Packages that use StopProductSubscriptionResponse Package Description software.amazon.awssdk.services.licensemanagerusersubscriptions With License Manager, you can create user-based subscriptions to utilize licensed software with a per user subscription fee on Amazon EC2 instances. -
-
Uses of StopProductSubscriptionResponse in software.amazon.awssdk.services.licensemanagerusersubscriptions
Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions that return StopProductSubscriptionResponse Modifier and Type Method Description default StopProductSubscriptionResponseLicenseManagerUserSubscriptionsClient. stopProductSubscription(Consumer<StopProductSubscriptionRequest.Builder> stopProductSubscriptionRequest)Stops a product subscription for a user with the specified identity provider.default StopProductSubscriptionResponseLicenseManagerUserSubscriptionsClient. stopProductSubscription(StopProductSubscriptionRequest stopProductSubscriptionRequest)Stops a product subscription for a user with the specified identity provider.Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions that return types with arguments of type StopProductSubscriptionResponse Modifier and Type Method Description default CompletableFuture<StopProductSubscriptionResponse>LicenseManagerUserSubscriptionsAsyncClient. stopProductSubscription(Consumer<StopProductSubscriptionRequest.Builder> stopProductSubscriptionRequest)Stops a product subscription for a user with the specified identity provider.default CompletableFuture<StopProductSubscriptionResponse>LicenseManagerUserSubscriptionsAsyncClient. stopProductSubscription(StopProductSubscriptionRequest stopProductSubscriptionRequest)Stops a product subscription for a user with the specified identity provider.
-