Uses of Interface
software.amazon.awssdk.services.s3.model.GetObjectLockConfigurationResponse.Builder
-
Packages that use GetObjectLockConfigurationResponse.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of GetObjectLockConfigurationResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return GetObjectLockConfigurationResponse.Builder Modifier and Type Method Description static GetObjectLockConfigurationResponse.BuilderGetObjectLockConfigurationResponse. builder()default GetObjectLockConfigurationResponse.BuilderGetObjectLockConfigurationResponse.Builder. objectLockConfiguration(Consumer<ObjectLockConfiguration.Builder> objectLockConfiguration)The specified bucket's Object Lock configuration.GetObjectLockConfigurationResponse.BuilderGetObjectLockConfigurationResponse.Builder. objectLockConfiguration(ObjectLockConfiguration objectLockConfiguration)The specified bucket's Object Lock configuration.GetObjectLockConfigurationResponse.BuilderGetObjectLockConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type GetObjectLockConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends GetObjectLockConfigurationResponse.Builder>GetObjectLockConfigurationResponse. serializableBuilderClass()
-