| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
RequestMetadata |
RequestMetadata.clone() |
RequestMetadata |
SourceCodeType.getRequestMetadata()
Metadata that is associated with a code review.
|
RequestMetadata |
RequestMetadata.withEventInfo(EventInfo eventInfo)
Information about the event associated with a code review.
|
RequestMetadata |
RequestMetadata.withRequester(String requester)
An identifier, such as a name or account ID, that is associated with the requester.
|
RequestMetadata |
RequestMetadata.withRequestId(String requestId)
The ID of the request.
|
RequestMetadata |
RequestMetadata.withVendorName(String vendorName)
The name of the repository vendor used to upload code to an S3 bucket for a CI/CD code review.
|
RequestMetadata |
RequestMetadata.withVendorName(VendorName 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 |
|---|---|
void |
SourceCodeType.setRequestMetadata(RequestMetadata requestMetadata)
Metadata that is associated with a code review.
|
SourceCodeType |
SourceCodeType.withRequestMetadata(RequestMetadata requestMetadata)
Metadata that is associated with a code review.
|
Copyright © 2021. All rights reserved.