Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.RepositoryAssociationState
-
Packages that use RepositoryAssociationState Package Description software.amazon.awssdk.services.codegurureviewer.model -
-
Uses of RepositoryAssociationState in software.amazon.awssdk.services.codegurureviewer.model
Methods in software.amazon.awssdk.services.codegurureviewer.model that return RepositoryAssociationState Modifier and Type Method Description static RepositoryAssociationStateRepositoryAssociationState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RepositoryAssociationStateRepositoryAssociation. state()The state of the repository association.RepositoryAssociationStateRepositoryAssociationSummary. state()The state of the repository association.static RepositoryAssociationStateRepositoryAssociationState. valueOf(String name)Returns the enum constant of this type with the specified name.static RepositoryAssociationState[]RepositoryAssociationState. 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 RepositoryAssociationState Modifier and Type Method Description static Set<RepositoryAssociationState>RepositoryAssociationState. knownValues()List<RepositoryAssociationState>ListRepositoryAssociationsRequest. states()List of repository association states to use as a filter.Methods in software.amazon.awssdk.services.codegurureviewer.model with parameters of type RepositoryAssociationState Modifier and Type Method Description RepositoryAssociation.BuilderRepositoryAssociation.Builder. state(RepositoryAssociationState state)The state of the repository association.RepositoryAssociationSummary.BuilderRepositoryAssociationSummary.Builder. state(RepositoryAssociationState state)The state of the repository association.ListRepositoryAssociationsRequest.BuilderListRepositoryAssociationsRequest.Builder. states(RepositoryAssociationState... states)List of repository association states to use as a filter.Method parameters in software.amazon.awssdk.services.codegurureviewer.model with type arguments of type RepositoryAssociationState Modifier and Type Method Description ListRepositoryAssociationsRequest.BuilderListRepositoryAssociationsRequest.Builder. states(Collection<RepositoryAssociationState> states)List of repository association states to use as a filter.
-