Uses of Class
software.amazon.awssdk.services.keyspaces.model.ClientSideTimestampsStatus
-
Packages that use ClientSideTimestampsStatus Package Description software.amazon.awssdk.services.keyspaces.model -
-
Uses of ClientSideTimestampsStatus in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return ClientSideTimestampsStatus Modifier and Type Method Description static ClientSideTimestampsStatusClientSideTimestampsStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ClientSideTimestampsStatusClientSideTimestamps. status()Shows how to enable client-side timestamps settings for the specified table.static ClientSideTimestampsStatusClientSideTimestampsStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientSideTimestampsStatus[]ClientSideTimestampsStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type ClientSideTimestampsStatus Modifier and Type Method Description static Set<ClientSideTimestampsStatus>ClientSideTimestampsStatus. knownValues()Methods in software.amazon.awssdk.services.keyspaces.model with parameters of type ClientSideTimestampsStatus Modifier and Type Method Description ClientSideTimestamps.BuilderClientSideTimestamps.Builder. status(ClientSideTimestampsStatus status)Shows how to enable client-side timestamps settings for the specified table.
-