Uses of Class
com.amazonaws.services.cloudhsm.model.ClientVersion
-
Packages that use ClientVersion Package Description com.amazonaws.services.cloudhsm.model -
-
Uses of ClientVersion in com.amazonaws.services.cloudhsm.model
Methods in com.amazonaws.services.cloudhsm.model that return ClientVersion Modifier and Type Method Description static ClientVersionClientVersion. fromValue(String value)Use this in place of valueOf.static ClientVersionClientVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientVersion[]ClientVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cloudhsm.model with parameters of type ClientVersion Modifier and Type Method Description voidGetConfigRequest. setClientVersion(ClientVersion clientVersion)The client version.GetConfigRequestGetConfigRequest. withClientVersion(ClientVersion clientVersion)The client version.
-