| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static SharedResourceSortByType |
SharedResourceSortByType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SharedResourceSortByType |
ListSharedReportGroupsRequest.sortBy()
The criterion to be used to list report groups shared with the current Amazon Web Services account or user.
|
SharedResourceSortByType |
ListSharedProjectsRequest.sortBy()
The criterion to be used to list build projects shared with the current Amazon Web Services account or user.
|
static SharedResourceSortByType |
SharedResourceSortByType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SharedResourceSortByType[] |
SharedResourceSortByType.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<SharedResourceSortByType> |
SharedResourceSortByType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListSharedReportGroupsRequest.Builder |
ListSharedReportGroupsRequest.Builder.sortBy(SharedResourceSortByType sortBy)
The criterion to be used to list report groups shared with the current Amazon Web Services account or user.
|
ListSharedProjectsRequest.Builder |
ListSharedProjectsRequest.Builder.sortBy(SharedResourceSortByType sortBy)
The criterion to be used to list build projects shared with the current Amazon Web Services account or user.
|
Copyright © 2023. All rights reserved.