Uses of Class
software.amazon.awssdk.services.codebuild.model.ProjectVisibilityType
-
Packages that use ProjectVisibilityType Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ProjectVisibilityType in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ProjectVisibilityType Modifier and Type Method Description static ProjectVisibilityTypeProjectVisibilityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProjectVisibilityTypeProject. projectVisibility()Returns the value of the ProjectVisibility property for this object.ProjectVisibilityTypeUpdateProjectVisibilityRequest. projectVisibility()Returns the value of the ProjectVisibility property for this object.ProjectVisibilityTypeUpdateProjectVisibilityResponse. projectVisibility()Returns the value of the ProjectVisibility property for this object.static ProjectVisibilityTypeProjectVisibilityType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProjectVisibilityType[]ProjectVisibilityType. 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 ProjectVisibilityType Modifier and Type Method Description static Set<ProjectVisibilityType>ProjectVisibilityType. knownValues()Methods in software.amazon.awssdk.services.codebuild.model with parameters of type ProjectVisibilityType Modifier and Type Method Description Project.BuilderProject.Builder. projectVisibility(ProjectVisibilityType projectVisibility)Sets the value of the ProjectVisibility property for this object.UpdateProjectVisibilityRequest.BuilderUpdateProjectVisibilityRequest.Builder. projectVisibility(ProjectVisibilityType projectVisibility)Sets the value of the ProjectVisibility property for this object.UpdateProjectVisibilityResponse.BuilderUpdateProjectVisibilityResponse.Builder. projectVisibility(ProjectVisibilityType projectVisibility)Sets the value of the ProjectVisibility property for this object.
-