Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.VendorName
-
Packages that use VendorName Package Description software.amazon.awssdk.services.codegurureviewer.model -
-
Uses of VendorName in software.amazon.awssdk.services.codegurureviewer.model
Methods in software.amazon.awssdk.services.codegurureviewer.model that return VendorName Modifier and Type Method Description static VendorNameVendorName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VendorNameVendorName. valueOf(String name)Returns the enum constant of this type with the specified name.static VendorName[]VendorName. values()Returns an array containing the constants of this enum type, in the order they are declared.VendorNameRequestMetadata. vendorName()The name of the repository vendor used to upload code to an S3 bucket for a CI/CD code review.Methods in software.amazon.awssdk.services.codegurureviewer.model that return types with arguments of type VendorName Modifier and Type Method Description static Set<VendorName>VendorName. knownValues()Methods in software.amazon.awssdk.services.codegurureviewer.model with parameters of type VendorName Modifier and Type Method Description RequestMetadata.BuilderRequestMetadata.Builder. vendorName(VendorName vendorName)The name of the repository vendor used to upload code to an S3 bucket for a CI/CD code review.
-