Uses of Class
software.amazon.awssdk.services.licensemanager.model.LicenseOperationFailure
-
Packages that use LicenseOperationFailure Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of LicenseOperationFailure in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type LicenseOperationFailure Modifier and Type Method Description List<LicenseOperationFailure>ListFailuresForLicenseConfigurationOperationsResponse. licenseOperationFailureList()License configuration operations that failed.Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type LicenseOperationFailure Modifier and Type Method Description ListFailuresForLicenseConfigurationOperationsResponse.BuilderListFailuresForLicenseConfigurationOperationsResponse.Builder. licenseOperationFailureList(LicenseOperationFailure... licenseOperationFailureList)License configuration operations that failed.Method parameters in software.amazon.awssdk.services.licensemanager.model with type arguments of type LicenseOperationFailure Modifier and Type Method Description ListFailuresForLicenseConfigurationOperationsResponse.BuilderListFailuresForLicenseConfigurationOperationsResponse.Builder. licenseOperationFailureList(Collection<LicenseOperationFailure> licenseOperationFailureList)License configuration operations that failed.
-