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