| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediastoredata.model |
| Modifier and Type | Method and Description |
|---|---|
static UploadAvailability |
UploadAvailability.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
UploadAvailability |
PutObjectRequest.uploadAvailability()
Indicates the availability of an object while it is still uploading.
|
static UploadAvailability |
UploadAvailability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UploadAvailability[] |
UploadAvailability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<UploadAvailability> |
UploadAvailability.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PutObjectRequest.Builder |
PutObjectRequest.Builder.uploadAvailability(UploadAvailability uploadAvailability)
Indicates the availability of an object while it is still uploading.
|
Copyright © 2023. All rights reserved.