| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
Metadata |
Metadata.clone() |
Metadata |
Metadata.withName(String name)
The key name.
|
Metadata |
Metadata.withValue(String value)
The value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Metadata> |
CheckoutBorrowLicenseResult.getCheckoutMetadata()
Information about constraints.
|
List<Metadata> |
CheckoutBorrowLicenseRequest.getCheckoutMetadata()
Information about constraints.
|
List<Metadata> |
CreateLicenseRequest.getLicenseMetadata()
Information about the license.
|
List<Metadata> |
License.getLicenseMetadata()
License metadata.
|
List<Metadata> |
CreateLicenseVersionRequest.getLicenseMetadata()
Information about the license.
|
List<Metadata> |
GrantedLicense.getLicenseMetadata()
Granted license metadata.
|
List<Metadata> |
LicenseOperationFailure.getMetadataList()
Reserved.
|
| Modifier and Type | Method and Description |
|---|---|
CheckoutBorrowLicenseResult |
CheckoutBorrowLicenseResult.withCheckoutMetadata(Metadata... checkoutMetadata)
Information about constraints.
|
CheckoutBorrowLicenseRequest |
CheckoutBorrowLicenseRequest.withCheckoutMetadata(Metadata... checkoutMetadata)
Information about constraints.
|
CreateLicenseRequest |
CreateLicenseRequest.withLicenseMetadata(Metadata... licenseMetadata)
Information about the license.
|
License |
License.withLicenseMetadata(Metadata... licenseMetadata)
License metadata.
|
CreateLicenseVersionRequest |
CreateLicenseVersionRequest.withLicenseMetadata(Metadata... licenseMetadata)
Information about the license.
|
GrantedLicense |
GrantedLicense.withLicenseMetadata(Metadata... licenseMetadata)
Granted license metadata.
|
LicenseOperationFailure |
LicenseOperationFailure.withMetadataList(Metadata... metadataList)
Reserved.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CheckoutBorrowLicenseResult.setCheckoutMetadata(Collection<Metadata> checkoutMetadata)
Information about constraints.
|
void |
CheckoutBorrowLicenseRequest.setCheckoutMetadata(Collection<Metadata> checkoutMetadata)
Information about constraints.
|
void |
CreateLicenseRequest.setLicenseMetadata(Collection<Metadata> licenseMetadata)
Information about the license.
|
void |
License.setLicenseMetadata(Collection<Metadata> licenseMetadata)
License metadata.
|
void |
CreateLicenseVersionRequest.setLicenseMetadata(Collection<Metadata> licenseMetadata)
Information about the license.
|
void |
GrantedLicense.setLicenseMetadata(Collection<Metadata> licenseMetadata)
Granted license metadata.
|
void |
LicenseOperationFailure.setMetadataList(Collection<Metadata> metadataList)
Reserved.
|
CheckoutBorrowLicenseResult |
CheckoutBorrowLicenseResult.withCheckoutMetadata(Collection<Metadata> checkoutMetadata)
Information about constraints.
|
CheckoutBorrowLicenseRequest |
CheckoutBorrowLicenseRequest.withCheckoutMetadata(Collection<Metadata> checkoutMetadata)
Information about constraints.
|
CreateLicenseRequest |
CreateLicenseRequest.withLicenseMetadata(Collection<Metadata> licenseMetadata)
Information about the license.
|
License |
License.withLicenseMetadata(Collection<Metadata> licenseMetadata)
License metadata.
|
CreateLicenseVersionRequest |
CreateLicenseVersionRequest.withLicenseMetadata(Collection<Metadata> licenseMetadata)
Information about the license.
|
GrantedLicense |
GrantedLicense.withLicenseMetadata(Collection<Metadata> licenseMetadata)
Granted license metadata.
|
LicenseOperationFailure |
LicenseOperationFailure.withMetadataList(Collection<Metadata> metadataList)
Reserved.
|
Copyright © 2021. All rights reserved.