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