Uses of Class
com.adobe.testing.s3mock.domain.Bucket
-
Packages that use Bucket Package Description com.adobe.testing.s3mock.domain com.adobe.testing.s3mock.dto -
-
Uses of Bucket in com.adobe.testing.s3mock.domain
Methods in com.adobe.testing.s3mock.domain that return Bucket Modifier and Type Method Description BucketFileStore. createBucket(java.lang.String bucketName)Creates a new bucket.BucketFileStore. getBucket(java.lang.String bucketName)Retrieves a bucket identified by its name.Methods in com.adobe.testing.s3mock.domain that return types with arguments of type Bucket Modifier and Type Method Description java.util.List<Bucket>Buckets. getBuckets()java.util.List<Bucket>FileStore. listBuckets()Lists all buckets managed by this FileStore.Method parameters in com.adobe.testing.s3mock.domain with type arguments of type Bucket Modifier and Type Method Description voidBuckets. setBuckets(java.util.List<Bucket> buckets) -
Uses of Bucket in com.adobe.testing.s3mock.dto
Constructor parameters in com.adobe.testing.s3mock.dto with type arguments of type Bucket Constructor Description ListAllMyBucketsResult(Owner owner, java.util.List<Bucket> buckets)Constructs a newListAllMyBucketsResult.
-