Uses of Class
software.amazon.awssdk.services.codebuild.model.SharedResourceSortByType
-
Packages that use SharedResourceSortByType Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of SharedResourceSortByType in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return SharedResourceSortByType Modifier and Type Method Description static SharedResourceSortByTypeSharedResourceSortByType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SharedResourceSortByTypeListSharedProjectsRequest. sortBy()The criterion to be used to list build projects shared with the current Amazon Web Services account or user.SharedResourceSortByTypeListSharedReportGroupsRequest. sortBy()The criterion to be used to list report groups shared with the current Amazon Web Services account or user.static SharedResourceSortByTypeSharedResourceSortByType. 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.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type SharedResourceSortByType Modifier and Type Method Description static Set<SharedResourceSortByType>SharedResourceSortByType. knownValues()Methods in software.amazon.awssdk.services.codebuild.model with parameters of type SharedResourceSortByType Modifier and Type Method Description ListSharedProjectsRequest.BuilderListSharedProjectsRequest.Builder. sortBy(SharedResourceSortByType sortBy)The criterion to be used to list build projects shared with the current Amazon Web Services account or user.ListSharedReportGroupsRequest.BuilderListSharedReportGroupsRequest.Builder. sortBy(SharedResourceSortByType sortBy)The criterion to be used to list report groups shared with the current Amazon Web Services account or user.
-