Uses of Interface
software.amazon.awssdk.services.s3.model.PutObjectLegalHoldResponse.Builder
-
Packages that use PutObjectLegalHoldResponse.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of PutObjectLegalHoldResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return PutObjectLegalHoldResponse.Builder Modifier and Type Method Description static PutObjectLegalHoldResponse.BuilderPutObjectLegalHoldResponse. builder()PutObjectLegalHoldResponse.BuilderPutObjectLegalHoldResponse.Builder. requestCharged(String requestCharged)Sets the value of the RequestCharged property for this object.PutObjectLegalHoldResponse.BuilderPutObjectLegalHoldResponse.Builder. requestCharged(RequestCharged requestCharged)Sets the value of the RequestCharged property for this object.PutObjectLegalHoldResponse.BuilderPutObjectLegalHoldResponse. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type PutObjectLegalHoldResponse.Builder Modifier and Type Method Description static Class<? extends PutObjectLegalHoldResponse.Builder>PutObjectLegalHoldResponse. serializableBuilderClass()
-