| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceDataSyncS3Format |
ResourceDataSyncS3Format.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResourceDataSyncS3Format |
ResourceDataSyncS3Destination.syncFormat()
A supported sync format.
|
static ResourceDataSyncS3Format |
ResourceDataSyncS3Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceDataSyncS3Format[] |
ResourceDataSyncS3Format.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<ResourceDataSyncS3Format> |
ResourceDataSyncS3Format.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ResourceDataSyncS3Destination.Builder |
ResourceDataSyncS3Destination.Builder.syncFormat(ResourceDataSyncS3Format syncFormat)
A supported sync format.
|
Copyright © 2019. All rights reserved.