Uses of Class
software.amazon.awssdk.services.cognitosync.model.BulkPublishStatus
-
Packages that use BulkPublishStatus Package Description software.amazon.awssdk.services.cognitosync.model -
-
Uses of BulkPublishStatus in software.amazon.awssdk.services.cognitosync.model
Methods in software.amazon.awssdk.services.cognitosync.model that return BulkPublishStatus Modifier and Type Method Description BulkPublishStatusGetBulkPublishDetailsResponse. bulkPublishStatus()Status of the last bulk publish operation, valid values are:static BulkPublishStatusBulkPublishStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BulkPublishStatusBulkPublishStatus. 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.Methods in software.amazon.awssdk.services.cognitosync.model that return types with arguments of type BulkPublishStatus Modifier and Type Method Description static Set<BulkPublishStatus>BulkPublishStatus. knownValues()Methods in software.amazon.awssdk.services.cognitosync.model with parameters of type BulkPublishStatus Modifier and Type Method Description GetBulkPublishDetailsResponse.BuilderGetBulkPublishDetailsResponse.Builder. bulkPublishStatus(BulkPublishStatus bulkPublishStatus)Status of the last bulk publish operation, valid values are:
-