| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitosync.model |
| Modifier and Type | Method and Description |
|---|---|
BulkPublishStatus |
GetBulkPublishDetailsResponse.bulkPublishStatus()
Status of the last bulk publish operation, valid values are:
|
static BulkPublishStatus |
BulkPublishStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static BulkPublishStatus |
BulkPublishStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulkPublishStatus[] |
BulkPublishStatus.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<BulkPublishStatus> |
BulkPublishStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetBulkPublishDetailsResponse.Builder |
GetBulkPublishDetailsResponse.Builder.bulkPublishStatus(BulkPublishStatus bulkPublishStatus)
Status of the last bulk publish operation, valid values are:
|
Copyright © 2022. All rights reserved.