Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.S3RepositoryDetails
-
Packages that use S3RepositoryDetails Package Description software.amazon.awssdk.services.codegurureviewer.model -
-
Uses of S3RepositoryDetails in software.amazon.awssdk.services.codegurureviewer.model
Methods in software.amazon.awssdk.services.codegurureviewer.model that return S3RepositoryDetails Modifier and Type Method Description S3RepositoryDetailsS3BucketRepository. details()AnS3RepositoryDetailsobject that specifies the name of an S3 bucket and aCodeArtifactsobject.S3RepositoryDetailsRepositoryAssociation. s3RepositoryDetails()Returns the value of the S3RepositoryDetails property for this object.Methods in software.amazon.awssdk.services.codegurureviewer.model with parameters of type S3RepositoryDetails Modifier and Type Method Description S3BucketRepository.BuilderS3BucketRepository.Builder. details(S3RepositoryDetails details)AnS3RepositoryDetailsobject that specifies the name of an S3 bucket and aCodeArtifactsobject.RepositoryAssociation.BuilderRepositoryAssociation.Builder. s3RepositoryDetails(S3RepositoryDetails s3RepositoryDetails)Sets the value of the S3RepositoryDetails property for this object.
-