Uses of Class
software.amazon.awssdk.services.codebuild.model.BucketOwnerAccess
-
Packages that use BucketOwnerAccess Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of BucketOwnerAccess in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return BucketOwnerAccess Modifier and Type Method Description BucketOwnerAccessBuildArtifacts. bucketOwnerAccess()Returns the value of the BucketOwnerAccess property for this object.BucketOwnerAccessProjectArtifacts. bucketOwnerAccess()Returns the value of the BucketOwnerAccess property for this object.BucketOwnerAccessS3LogsConfig. bucketOwnerAccess()Returns the value of the BucketOwnerAccess property for this object.static BucketOwnerAccessBucketOwnerAccess. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BucketOwnerAccessBucketOwnerAccess. valueOf(String name)Returns the enum constant of this type with the specified name.static BucketOwnerAccess[]BucketOwnerAccess. 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 BucketOwnerAccess Modifier and Type Method Description static Set<BucketOwnerAccess>BucketOwnerAccess. knownValues()Methods in software.amazon.awssdk.services.codebuild.model with parameters of type BucketOwnerAccess Modifier and Type Method Description BuildArtifacts.BuilderBuildArtifacts.Builder. bucketOwnerAccess(BucketOwnerAccess bucketOwnerAccess)Sets the value of the BucketOwnerAccess property for this object.ProjectArtifacts.BuilderProjectArtifacts.Builder. bucketOwnerAccess(BucketOwnerAccess bucketOwnerAccess)Sets the value of the BucketOwnerAccess property for this object.S3LogsConfig.BuilderS3LogsConfig.Builder. bucketOwnerAccess(BucketOwnerAccess bucketOwnerAccess)Sets the value of the BucketOwnerAccess property for this object.
-