| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryAssociationState |
RepositoryAssociationState.fromValue(String value)
Use this in place of valueOf.
|
static RepositoryAssociationState |
RepositoryAssociationState.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.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryAssociationSummary |
RepositoryAssociationSummary.withState(RepositoryAssociationState state)
The state of the repository association.
|
RepositoryAssociation |
RepositoryAssociation.withState(RepositoryAssociationState state)
The state of the repository association.
|
ListRepositoryAssociationsRequest |
ListRepositoryAssociationsRequest.withStates(RepositoryAssociationState... states)
List of repository association states to use as a filter.
|
Copyright © 2021. All rights reserved.