| Package | Description |
|---|---|
| software.amazon.awssdk.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
static ProviderType |
ProviderType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProviderType |
RepositoryAssociationSummary.providerType()
The provider type of the repository association.
|
ProviderType |
RepositoryAssociation.providerType()
The provider type of the repository association.
|
ProviderType |
CodeReview.providerType()
The type of repository that contains the reviewed code (for example, GitHub or Bitbucket).
|
ProviderType |
CodeReviewSummary.providerType()
The provider type of the repository association.
|
static ProviderType |
ProviderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProviderType[] |
ProviderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ProviderType> |
ProviderType.knownValues()
|
List<ProviderType> |
ListRepositoryAssociationsRequest.providerTypes()
List of provider types to use as a filter.
|
List<ProviderType> |
ListCodeReviewsRequest.providerTypes()
List of provider types for filtering that needs to be applied before displaying the result.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryAssociationSummary.Builder |
RepositoryAssociationSummary.Builder.providerType(ProviderType providerType)
The provider type of the repository association.
|
RepositoryAssociation.Builder |
RepositoryAssociation.Builder.providerType(ProviderType providerType)
The provider type of the repository association.
|
CodeReview.Builder |
CodeReview.Builder.providerType(ProviderType providerType)
The type of repository that contains the reviewed code (for example, GitHub or Bitbucket).
|
CodeReviewSummary.Builder |
CodeReviewSummary.Builder.providerType(ProviderType providerType)
The provider type of the repository association.
|
ListRepositoryAssociationsRequest.Builder |
ListRepositoryAssociationsRequest.Builder.providerTypes(ProviderType... providerTypes)
List of provider types to use as a filter.
|
ListCodeReviewsRequest.Builder |
ListCodeReviewsRequest.Builder.providerTypes(ProviderType... providerTypes)
List of provider types for filtering that needs to be applied before displaying the result.
|
| Modifier and Type | Method and Description |
|---|---|
ListRepositoryAssociationsRequest.Builder |
ListRepositoryAssociationsRequest.Builder.providerTypes(Collection<ProviderType> providerTypes)
List of provider types to use as a filter.
|
ListCodeReviewsRequest.Builder |
ListCodeReviewsRequest.Builder.providerTypes(Collection<ProviderType> providerTypes)
List of provider types for filtering that needs to be applied before displaying the result.
|
Copyright © 2021. All rights reserved.