| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
DatetimeRange |
DatetimeRange.clone() |
DatetimeRange |
License.getValidity()
Date and time range during which the license is valid, in ISO8601-UTC format.
|
DatetimeRange |
CreateLicenseVersionRequest.getValidity()
Date and time range during which the license is valid, in ISO8601-UTC format.
|
DatetimeRange |
GrantedLicense.getValidity()
Date and time range during which the granted license is valid, in ISO8601-UTC format.
|
DatetimeRange |
CreateLicenseRequest.getValidity()
Date and time range during which the license is valid, in ISO8601-UTC format.
|
DatetimeRange |
DatetimeRange.withBegin(String begin)
Start of the time range.
|
DatetimeRange |
DatetimeRange.withEnd(String end)
End of the time range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
License.setValidity(DatetimeRange validity)
Date and time range during which the license is valid, in ISO8601-UTC format.
|
void |
CreateLicenseVersionRequest.setValidity(DatetimeRange validity)
Date and time range during which the license is valid, in ISO8601-UTC format.
|
void |
GrantedLicense.setValidity(DatetimeRange validity)
Date and time range during which the granted license is valid, in ISO8601-UTC format.
|
void |
CreateLicenseRequest.setValidity(DatetimeRange validity)
Date and time range during which the license is valid, in ISO8601-UTC format.
|
License |
License.withValidity(DatetimeRange validity)
Date and time range during which the license is valid, in ISO8601-UTC format.
|
CreateLicenseVersionRequest |
CreateLicenseVersionRequest.withValidity(DatetimeRange validity)
Date and time range during which the license is valid, in ISO8601-UTC format.
|
GrantedLicense |
GrantedLicense.withValidity(DatetimeRange validity)
Date and time range during which the granted license is valid, in ISO8601-UTC format.
|
CreateLicenseRequest |
CreateLicenseRequest.withValidity(DatetimeRange validity)
Date and time range during which the license is valid, in ISO8601-UTC format.
|
Copyright © 2024. All rights reserved.