Uses of Class
software.amazon.awssdk.services.amplifybackend.model.S3BucketInfo
-
Packages that use S3BucketInfo Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of S3BucketInfo in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return types with arguments of type S3BucketInfo Modifier and Type Method Description List<S3BucketInfo>ListS3BucketsResponse. buckets()The list of S3 buckets.Methods in software.amazon.awssdk.services.amplifybackend.model with parameters of type S3BucketInfo Modifier and Type Method Description ListS3BucketsResponse.BuilderListS3BucketsResponse.Builder. buckets(S3BucketInfo... buckets)The list of S3 buckets.Method parameters in software.amazon.awssdk.services.amplifybackend.model with type arguments of type S3BucketInfo Modifier and Type Method Description ListS3BucketsResponse.BuilderListS3BucketsResponse.Builder. buckets(Collection<S3BucketInfo> buckets)The list of S3 buckets.
-