Uses of Class
software.amazon.awssdk.services.licensemanager.model.Metadata
-
Packages that use Metadata Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of Metadata in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type Metadata Modifier and Type Method Description List<Metadata>CheckoutBorrowLicenseRequest. checkoutMetadata()Information about constraints.List<Metadata>CheckoutBorrowLicenseResponse. checkoutMetadata()Information about constraints.List<Metadata>CreateLicenseRequest. licenseMetadata()Information about the license.List<Metadata>CreateLicenseVersionRequest. licenseMetadata()Information about the license.List<Metadata>GrantedLicense. licenseMetadata()Granted license metadata.List<Metadata>License. licenseMetadata()License metadata.List<Metadata>LicenseOperationFailure. metadataList()Reserved.Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type Metadata Modifier and Type Method Description CheckoutBorrowLicenseRequest.BuilderCheckoutBorrowLicenseRequest.Builder. checkoutMetadata(Metadata... checkoutMetadata)Information about constraints.CheckoutBorrowLicenseResponse.BuilderCheckoutBorrowLicenseResponse.Builder. checkoutMetadata(Metadata... checkoutMetadata)Information about constraints.CreateLicenseRequest.BuilderCreateLicenseRequest.Builder. licenseMetadata(Metadata... licenseMetadata)Information about the license.CreateLicenseVersionRequest.BuilderCreateLicenseVersionRequest.Builder. licenseMetadata(Metadata... licenseMetadata)Information about the license.GrantedLicense.BuilderGrantedLicense.Builder. licenseMetadata(Metadata... licenseMetadata)Granted license metadata.License.BuilderLicense.Builder. licenseMetadata(Metadata... licenseMetadata)License metadata.LicenseOperationFailure.BuilderLicenseOperationFailure.Builder. metadataList(Metadata... metadataList)Reserved.Method parameters in software.amazon.awssdk.services.licensemanager.model with type arguments of type Metadata Modifier and Type Method Description CheckoutBorrowLicenseRequest.BuilderCheckoutBorrowLicenseRequest.Builder. checkoutMetadata(Collection<Metadata> checkoutMetadata)Information about constraints.CheckoutBorrowLicenseResponse.BuilderCheckoutBorrowLicenseResponse.Builder. checkoutMetadata(Collection<Metadata> checkoutMetadata)Information about constraints.CreateLicenseRequest.BuilderCreateLicenseRequest.Builder. licenseMetadata(Collection<Metadata> licenseMetadata)Information about the license.CreateLicenseVersionRequest.BuilderCreateLicenseVersionRequest.Builder. licenseMetadata(Collection<Metadata> licenseMetadata)Information about the license.GrantedLicense.BuilderGrantedLicense.Builder. licenseMetadata(Collection<Metadata> licenseMetadata)Granted license metadata.License.BuilderLicense.Builder. licenseMetadata(Collection<Metadata> licenseMetadata)License metadata.LicenseOperationFailure.BuilderLicenseOperationFailure.Builder. metadataList(Collection<Metadata> metadataList)Reserved.
-