| Package | Description |
|---|---|
| software.amazon.awssdk.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
static VendorName |
VendorName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static VendorName |
VendorName.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.
|
VendorName |
RequestMetadata.vendorName()
The name of the repository vendor used to upload code to an S3 bucket for a CI/CD code review.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VendorName> |
VendorName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RequestMetadata.Builder |
RequestMetadata.Builder.vendorName(VendorName vendorName)
The name of the repository vendor used to upload code to an S3 bucket for a CI/CD code review.
|
Copyright © 2023. All rights reserved.