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