Uses of Class
software.amazon.awssdk.services.licensemanager.model.DatetimeRange
-
Packages that use DatetimeRange Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of DatetimeRange in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return DatetimeRange Modifier and Type Method Description DatetimeRangeCreateLicenseRequest. validity()Date and time range during which the license is valid, in ISO8601-UTC format.DatetimeRangeCreateLicenseVersionRequest. validity()Date and time range during which the license is valid, in ISO8601-UTC format.DatetimeRangeGrantedLicense. validity()Date and time range during which the granted license is valid, in ISO8601-UTC format.DatetimeRangeLicense. validity()Date and time range during which the license is valid, in ISO8601-UTC format.Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type DatetimeRange Modifier and Type Method Description CreateLicenseRequest.BuilderCreateLicenseRequest.Builder. validity(DatetimeRange validity)Date and time range during which the license is valid, in ISO8601-UTC format.CreateLicenseVersionRequest.BuilderCreateLicenseVersionRequest.Builder. validity(DatetimeRange validity)Date and time range during which the license is valid, in ISO8601-UTC format.GrantedLicense.BuilderGrantedLicense.Builder. validity(DatetimeRange validity)Date and time range during which the granted license is valid, in ISO8601-UTC format.License.BuilderLicense.Builder. validity(DatetimeRange validity)Date and time range during which the license is valid, in ISO8601-UTC format.
-