Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.ProviderType
-
Packages that use ProviderType Package Description software.amazon.awssdk.services.codegurureviewer.model -
-
Uses of ProviderType in software.amazon.awssdk.services.codegurureviewer.model
Methods in software.amazon.awssdk.services.codegurureviewer.model that return ProviderType Modifier and Type Method Description static ProviderTypeProviderType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProviderTypeCodeReview. providerType()The type of repository that contains the reviewed code (for example, GitHub or Bitbucket).ProviderTypeCodeReviewSummary. providerType()The provider type of the repository association.ProviderTypeRepositoryAssociation. providerType()The provider type of the repository association.ProviderTypeRepositoryAssociationSummary. providerType()The provider type of the repository association.static ProviderTypeProviderType. 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.Methods in software.amazon.awssdk.services.codegurureviewer.model that return types with arguments of type ProviderType Modifier and Type Method Description static Set<ProviderType>ProviderType. knownValues()List<ProviderType>ListCodeReviewsRequest. providerTypes()List of provider types for filtering that needs to be applied before displaying the result.List<ProviderType>ListRepositoryAssociationsRequest. providerTypes()List of provider types to use as a filter.Methods in software.amazon.awssdk.services.codegurureviewer.model with parameters of type ProviderType Modifier and Type Method Description CodeReview.BuilderCodeReview.Builder. providerType(ProviderType providerType)The type of repository that contains the reviewed code (for example, GitHub or Bitbucket).CodeReviewSummary.BuilderCodeReviewSummary.Builder. providerType(ProviderType providerType)The provider type of the repository association.RepositoryAssociation.BuilderRepositoryAssociation.Builder. providerType(ProviderType providerType)The provider type of the repository association.RepositoryAssociationSummary.BuilderRepositoryAssociationSummary.Builder. providerType(ProviderType providerType)The provider type of the repository association.ListCodeReviewsRequest.BuilderListCodeReviewsRequest.Builder. providerTypes(ProviderType... providerTypes)List of provider types for filtering that needs to be applied before displaying the result.ListRepositoryAssociationsRequest.BuilderListRepositoryAssociationsRequest.Builder. providerTypes(ProviderType... providerTypes)List of provider types to use as a filter.Method parameters in software.amazon.awssdk.services.codegurureviewer.model with type arguments of type ProviderType Modifier and Type Method Description ListCodeReviewsRequest.BuilderListCodeReviewsRequest.Builder. providerTypes(Collection<ProviderType> providerTypes)List of provider types for filtering that needs to be applied before displaying the result.ListRepositoryAssociationsRequest.BuilderListRepositoryAssociationsRequest.Builder. providerTypes(Collection<ProviderType> providerTypes)List of provider types to use as a filter.
-