@@ -552,7 +552,6 @@ public interface OSS {
552
552
* <li>{@link BucketVersioningConfiguration#ENABLED}</li>
553
553
* <li>{@link BucketVersioningConfiguration#SUSPENDED}</li>
554
554
* </ul>
555
- * </p>
556
555
* <p>
557
556
* By default, new buckets are in the
558
557
* {@link BucketVersioningConfiguration#OFF off} state. Once versioning is
@@ -604,7 +603,6 @@ public interface OSS {
604
603
* <li>{@link BucketVersioningConfiguration#ENABLED}</li>
605
604
* <li>{@link BucketVersioningConfiguration#SUSPENDED}</li>
606
605
* </ul>
607
- * </p>
608
606
* <p>
609
607
* By default, new buckets are in the
610
608
* {@link BucketVersioningConfiguration#OFF off} state. Once versioning is
@@ -657,7 +655,6 @@ public BucketVersioningConfiguration getBucketVersioning(GenericRequest genericR
657
655
* <li>{@link BucketVersioningConfiguration#ENABLED}
658
656
* <li>{@link BucketVersioningConfiguration#SUSPENDED}
659
657
* </ul>
660
- * </p>
661
658
* <p>
662
659
* By default, new buckets are in the
663
660
* {@link BucketVersioningConfiguration#OFF off} state. Once versioning is
@@ -975,11 +972,10 @@ public VersionListing listVersions(String bucketName, String prefix)
975
972
* If calling <code>listVersions</code> with
976
973
* a <code>prefix</code> value of "foo/" and a <code>delimiter</code> value of "/"
977
974
* on this bucket, a <code>VersionListing</code> is returned that contains:
978
- * <ul>
979
- * <li>all the versions for one key ("foo/boo")</li>
980
- * <li>one entry in the common prefixes list ("foo/bar/")</li>
981
- * </ul>
982
- * </p>
975
+ * <ul>
976
+ * <li>all the versions for one key ("foo/boo")</li>
977
+ * <li>one entry in the common prefixes list ("foo/bar/")</li>
978
+ * </ul>
983
979
* <p>
984
980
* To see deeper into the virtual hierarchy, make
985
981
* another call to <code>listVersions</code> setting the prefix parameter to any
@@ -1111,7 +1107,6 @@ public VersionListing listVersions(String bucketName, String prefix,
1111
1107
* <li>all the versions for one key ("foo/boo")</li>
1112
1108
* <li>one entry in the common prefixes list ("foo/bar/")</li>
1113
1109
* </ul>
1114
- * </p>
1115
1110
* <p>
1116
1111
* To see deeper into the virtual hierarchy, make
1117
1112
* another call to <code>listVersions</code> setting the prefix parameter to any
@@ -1122,7 +1117,7 @@ public VersionListing listVersions(String bucketName, String prefix,
1122
1117
* For more information about enabling versioning for a bucket, see
1123
1118
* {@link #setBucketVersioning(SetBucketVersioningRequest)}.
1124
1119
* </p>
1125
- *
1120
+ *
1126
1121
* @param listVersionsRequest
1127
1122
* The request object containing all options for listing the
1128
1123
* versions in a specified bucket.
@@ -4247,6 +4242,7 @@ public String generateRtmpUri(GenerateRtmpUriRequest generatePushflowUrlRequest)
4247
4242
*
4248
4243
* @param bucketName
4249
4244
* The bucket name.
4245
+ * @return A {@link GetBucketRequestPaymentResult} instance.
4250
4246
* @throws OSSException
4251
4247
* If any errors are encountered in the client while making the
4252
4248
* request or handling the response.
@@ -4260,6 +4256,7 @@ public String generateRtmpUri(GenerateRtmpUriRequest generatePushflowUrlRequest)
4260
4256
*
4261
4257
* @param genericRequest
4262
4258
* {@link GenericRequest} instance that has the bucket name.
4259
+ * @return A {@link GetBucketRequestPaymentResult} instance.
4263
4260
* @throws OSSException
4264
4261
* If any errors are encountered in the client while making the
4265
4262
* request or handling the response.
@@ -4505,6 +4502,8 @@ public GetAsyncFetchTaskResult getAsyncFetchTask(GetAsyncFetchTaskRequest getAsy
4505
4502
/**
4506
4503
* Returns all {@link VpcPolicy} instances of the Bucket.
4507
4504
*
4505
+ * @param genericRequest
4506
+ * A {@link GenericRequest} instance that include the bucket name.
4508
4507
* @return A list of {@link VpcPolicy} instances. If there's no list, the
4509
4508
* list will be empty (instead of null).
4510
4509
* @throws OSSException
@@ -4915,6 +4914,7 @@ public DeleteDirectoryResult deleteDirectory(String bucketName, String dirName,
4915
4914
*
4916
4915
* @param bucketName
4917
4916
* The bucket name.
4917
+ * @return A {@link GetBucketResourceGroupResult} instance.
4918
4918
* @throws OSSException
4919
4919
* If any errors are encountered in the client while making the
4920
4920
* request or handling the response.
@@ -5021,6 +5021,7 @@ public UdfApplicationLog getUdfApplicationLog(GetUdfApplicationLogRequest getUdf
5021
5021
* @param bucketName
5022
5022
* The bucket name.
5023
5023
* @param status
5024
+ * The bucket access monitor status.
5024
5025
*
5025
5026
* @return A {@link VoidResult} instance wrapped void return and
5026
5027
* contains some basic response options, such as requestId.
@@ -5077,6 +5078,7 @@ public UdfApplicationLog getUdfApplicationLog(GetUdfApplicationLogRequest getUdf
5077
5078
/**
5078
5079
* Query files that meet the specified criteria from the OSS Server
5079
5080
* @param doMetaQueryRequest
5081
+ * The {@link DoMetaQueryRequest} instance
5080
5082
* @return A {@link DoMetaQueryResult} instance.
5081
5083
* @throws OSSException
5082
5084
* If any errors are encountered in the client while making the
0 commit comments