Package | Description |
---|---|
software.amazon.awssdk.services.s3.internal |
Modifier and Type | Method and Description |
---|---|
static <T> FieldWithDefault<T> |
FieldWithDefault.create(T field,
T defaultValue)
Create a
FieldWithDefault using the provided field and its default value. |
static <T> FieldWithDefault<T> |
FieldWithDefault.createLazy(T field,
Supplier<T> defaultValue)
Create a
FieldWithDefault using the provided field and its default value. |
Copyright © 2020. All rights reserved.