Uses of Class
software.amazon.awssdk.services.licensemanager.model.CheckoutType
-
Packages that use CheckoutType Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of CheckoutType in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return CheckoutType Modifier and Type Method Description CheckoutTypeCheckoutLicenseRequest. checkoutType()Checkout type.CheckoutTypeCheckoutLicenseResponse. checkoutType()Checkout type.static CheckoutTypeCheckoutType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CheckoutTypeCheckoutType. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckoutType[]CheckoutType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type CheckoutType Modifier and Type Method Description static Set<CheckoutType>CheckoutType. knownValues()Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type CheckoutType Modifier and Type Method Description CheckoutLicenseRequest.BuilderCheckoutLicenseRequest.Builder. checkoutType(CheckoutType checkoutType)Checkout type.CheckoutLicenseResponse.BuilderCheckoutLicenseResponse.Builder. checkoutType(CheckoutType checkoutType)Checkout type.
-