| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
static ProviderType |
ProviderType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
RepositoryAssociation |
RepositoryAssociation.withProviderType(ProviderType providerType)
The provider type of the repository association.
|
CodeReview |
CodeReview.withProviderType(ProviderType providerType)
The type of repository that contains the reviewed code (for example, GitHub or Bitbucket).
|
RepositoryAssociationSummary |
RepositoryAssociationSummary.withProviderType(ProviderType providerType)
The provider type of the repository association.
|
CodeReviewSummary |
CodeReviewSummary.withProviderType(ProviderType providerType)
The provider type of the repository association.
|
ListRepositoryAssociationsRequest |
ListRepositoryAssociationsRequest.withProviderTypes(ProviderType... providerTypes)
List of provider types to use as a filter.
|
ListCodeReviewsRequest |
ListCodeReviewsRequest.withProviderTypes(ProviderType... providerTypes)
List of provider types for filtering that needs to be applied before displaying the result.
|
Copyright © 2020. All rights reserved.