| Package | Description |
|---|---|
| software.amazon.awssdk.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryAssociationState |
RepositoryAssociationState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RepositoryAssociationState |
RepositoryAssociationSummary.state()
The state of the repository association.
|
RepositoryAssociationState |
RepositoryAssociation.state()
The state of the repository association.
|
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 |
|---|---|
static Set<RepositoryAssociationState> |
RepositoryAssociationState.knownValues()
|
List<RepositoryAssociationState> |
ListRepositoryAssociationsRequest.states()
List of repository association states to use as a filter.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryAssociationSummary.Builder |
RepositoryAssociationSummary.Builder.state(RepositoryAssociationState state)
The state of the repository association.
|
RepositoryAssociation.Builder |
RepositoryAssociation.Builder.state(RepositoryAssociationState state)
The state of the repository association.
|
ListRepositoryAssociationsRequest.Builder |
ListRepositoryAssociationsRequest.Builder.states(RepositoryAssociationState... states)
List of repository association states to use as a filter.
|
| Modifier and Type | Method and Description |
|---|---|
ListRepositoryAssociationsRequest.Builder |
ListRepositoryAssociationsRequest.Builder.states(Collection<RepositoryAssociationState> states)
List of repository association states to use as a filter.
|
Copyright © 2020. All rights reserved.